mirror of
https://github.com/pesde-pkg/index.git
synced 2025-04-04 10:50:58 +01:00
add jiwonz/multitarget@0.2.1-rc.1 lune
This commit is contained in:
parent
6abd0419d3
commit
9c910fe965
1 changed files with 22 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
["0.1.0 lune"]
|
||||
published_at = "2025-02-01T18:26:17.166049970Z"
|
||||
published_at = "2025-02-01T18:26:17.16604997Z"
|
||||
description = "Build your pure pesde project easier targeting both `luau` and `roblox` targets at the same time"
|
||||
license = "MIT"
|
||||
authors = ["jiwonz <me@jiwonz.kr>"]
|
||||
|
@ -43,3 +43,24 @@ luau_lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://git
|
|||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.4.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||
selene = [{ name = "pesde/selene", version = "^0.28.0", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
|
||||
["0.2.1-rc.1 lune"]
|
||||
published_at = "2025-02-09T14:43:16.433129802Z"
|
||||
description = "Customizable build script for multiple pesde targets"
|
||||
license = "MIT"
|
||||
authors = ["jiwonz <me@jiwonz.kr>"]
|
||||
repository = "https://github.com/jiwonz/pesde-multitarget"
|
||||
|
||||
["0.2.1-rc.1 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/lib.luau"
|
||||
bin = "src/bin.luau"
|
||||
|
||||
["0.2.1-rc.1 lune".dependencies]
|
||||
argparse = [{ name = "caveful_games/argparse", version = "^0.1.2", index = "https://github.com/pesde-pkg/index" }, "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.0", index = "https://github.com/pesde-pkg/index", target = "roblox" }, "standard"]
|
||||
glob = [{ name = "jiwonz/glob", version = "^0.1.0", 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.7", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.4.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||
|
|
Loading…
Add table
Reference in a new issue