From 8408af2500e31714b289f082e0b208cec8630976 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sun, 8 Dec 2024 18:37:01 +0000 Subject: [PATCH] add pesde/scripts_core@0.0.1 lune --- pesde/scripts_core | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pesde/scripts_core diff --git a/pesde/scripts_core b/pesde/scripts_core new file mode 100644 index 0000000..8bb67ac --- /dev/null +++ b/pesde/scripts_core @@ -0,0 +1,16 @@ +["0.0.1 lune"] +published_at = "2024-12-08T18:37:01.316948614Z" +description = "Scripts and other utilities for use with pesde" +license = "MIT" +authors = ["daimond113 (https://www.daimond113.com/)", "Erica Marigold "] +repository = "https://github.com/pesde-pkg/scripts" + +["0.0.1 lune".target] +environment = "lune" +lib = "src/init.luau" + +["0.0.1 lune".dependencies] +frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index" }, "dev"] +luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.36.0", index = "https://github.com/pesde-pkg/index" }, "dev"] +pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/pesde-pkg/index" }, "dev"] +stylua = [{ name = "pesde/stylua", version = "^2.0.1", index = "https://github.com/pesde-pkg/index" }, "dev"]