From b55a5136c3b4f0311bc5a6546c6722a2a708303d Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Thu, 3 Apr 2025 17:53:32 +0000 Subject: [PATCH] add ewdev/multitarget@0.4.1 lune --- ewdev/multitarget | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ewdev/multitarget diff --git a/ewdev/multitarget b/ewdev/multitarget new file mode 100644 index 0000000..afdf06a --- /dev/null +++ b/ewdev/multitarget @@ -0,0 +1,27 @@ +["0.4.1 lune"] +published_at = "2025-04-03T17:53:32.064659435Z" +description = "[Fork] Customizable and flexible build script for multiple pesde targets" +license = "MIT" +authors = ["jiwonz ", "EwDev"] +repository = "https://github.com/ewd3v/pesde-multitarget" + +["0.4.1 lune".target] +environment = "lune" +lib = "src/lib.luau" +bin = "src/bin.luau" + +["0.4.1 lune".engines] +pesde = "^0.6.0" +lune = "^0.8.9" + +["0.4.1 lune".dependencies] +argparse = [{ name = "caveful_games/argparse", version = "^0.1.2", index = "https://github.com/pesde-pkg/index" }, "standard"] +chalk_luau = [{ name = "kimpure/chalk_luau", version = "^0.1.2", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"] +darklua = [{ name = "pesde/darklua", version = "^0.16.0", index = "https://github.com/pesde-pkg/index" }, "peer"] +darklua_lune = [{ name = "jiwonz/darklua_lune", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "standard"] +glob = [{ name = "ewdev/glob", version = "^0.1.2", index = "https://github.com/pesde-pkg/index" }, "standard"] +greentea = [{ name = "corecii/greentea", version = "^0.4.11", index = "https://github.com/pesde-pkg/index" }, "standard"] +luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https://github.com/pesde-pkg/index" }, "dev"] +pathfs = [{ name = "jiwonz/pathfs", version = "^0.6.0-rc.1", index = "https://github.com/pesde-pkg/index" }, "standard"] +result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "standard"] +table_helper = [{ name = "caveful_games/table_helper", version = "^0.2.0-rc.1", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]