2024-11-04 06:45:50 +00:00
|
|
|
name = "compeydev/semver"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Strongly typed semver (https://semver.org) parser for Luau"
|
|
|
|
authors = ["Erica Marigold <hi@devcomp.xyz>"]
|
|
|
|
repository = "https://github.com/0x5eal/semver-luau.git"
|
|
|
|
license = "MIT"
|
|
|
|
includes = [
|
2024-11-04 11:53:27 +00:00
|
|
|
"lib",
|
2024-11-04 06:45:50 +00:00
|
|
|
"pesde.toml",
|
|
|
|
"README.md",
|
|
|
|
"LICENSE.md",
|
|
|
|
]
|
|
|
|
|
|
|
|
[scripts]
|
|
|
|
test = ".lune/test"
|
|
|
|
|
|
|
|
[target]
|
|
|
|
environment = "luau"
|
|
|
|
lib = "lib/init.luau"
|
|
|
|
|
2024-11-11 10:54:56 +00:00
|
|
|
[peer_dependencies]
|
2024-11-04 06:45:50 +00:00
|
|
|
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
|
|
|
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
|
|
|
|
|
|
|
[dev_dependencies]
|
2024-11-11 10:58:24 +00:00
|
|
|
frktest = { name = "itsfrank/frktest", target = "lune", version = "^0.0.2" }
|
2024-11-04 06:45:50 +00:00
|
|
|
|
|
|
|
[indices]
|
|
|
|
default = "https://github.com/daimond113/pesde-index.git"
|
2024-11-04 11:53:27 +00:00
|
|
|
staging = "https://git.devcomp.xyz/pesde-staging/index.git"
|