semver-luau/pesde.toml

31 lines
763 B
TOML
Raw Normal View History

name = "0x5eal/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",
"pesde.toml",
"README.md",
"LICENSE.md",
]
[scripts]
test = ".lune/test"
[target]
environment = "luau"
lib = "lib/init.luau"
[peer_dependencies]
option = { name = "lukadev_0/option", version = "^1.2.0" }
result = { name = "lukadev_0/result", version = "^1.2.0" }
[dev_dependencies]
frktest = { name = "itsfrank/frktest", target = "lune", version = "^0.0.2" }
[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"