diff --git a/kimpure/project_fast_setup b/kimpure/project_fast_setup new file mode 100644 index 0000000..733fee1 --- /dev/null +++ b/kimpure/project_fast_setup @@ -0,0 +1,13 @@ +["0.1.0 lune"] +published_at = "2025-01-20T07:20:43.854013304Z" +description = "can fast setup project (for luau, lune)" +license = "MIT" +authors = ["kimpure"] +repository = "https://github.com/kimpure/luau-project-fast-setup" + +["0.1.0 lune".target] +environment = "lune" +bin = "bin.luau" + +["0.1.0 lune".dependencies] +pathfs = [{ name = "jiwonz/pathfs", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "standard"]