diff --git a/0x5eal/semver b/0x5eal/semver index 442497c..8b527a6 100644 --- a/0x5eal/semver +++ b/0x5eal/semver @@ -13,3 +13,19 @@ lib = "lib/init.luau" frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"] option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"] result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"] + +["0.1.1 luau"] +published_at = "2024-11-22T05:59:23.040627256Z" +description = "Strongly typed semver (https://semver.org) parser for Luau" +license = "MIT" +authors = ["Erica Marigold "] +repository = "https://github.com/0x5eal/semver-luau.git" + +["0.1.1 luau".target] +environment = "luau" +lib = "lib/init.luau" + +["0.1.1 luau".dependencies] +frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"] +option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"] +result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]