-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpesde.toml
29 lines (23 loc) · 928 Bytes
/
pesde.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name = "caveful_games/rbxclothing"
version = "0.1.0"
authors = ["kimpure"]
license = "MIT"
includes = [ "pesde.toml", "README.md", "LICENSE", "src/**" ]
[target]
environment = "roblox"
lib = "src/init.luau"
build_files = ["src"]
[indices]
default = "https://github.com/pesde-pkg/index"
[wally_indices]
default = "https://github.com/UpliftGames/wally-index"
[scripts]
roblox_sync_config_generator = ".pesde/scripts/roblox_sync_config_generator.luau"
sourcemap_generator = ".pesde/scripts/sourcemap_generator.luau"
[dev_dependencies]
scripts = { name = "pesde/scripts_rojo", version = "^0.1.0", target = "lune" }
rojo = { name = "pesde/rojo", version = "^7.4.4", target = "lune" }
luau_check = { name = "jiwonz/luau_check", version = "^0.3.8", target = "lune" }
[dependencies]
luau-futures = { wally = "yetanotherclown/luau-futures", version = "^2.0.0-beta.3" }
greentea = { name = "corecii/greentea", version = "^0.4.11" }