-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpesde.toml
More file actions
34 lines (27 loc) · 1.05 KB
/
pesde.toml
File metadata and controls
34 lines (27 loc) · 1.05 KB
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
30
31
32
33
34
name = "teamhydrogen/hydrogen"
version = "0.2.7"
description = "Game framework for Roblox with all the essentials needed!"
authors = ["Sophie B"]
license = "MIT"
repository = "https://github.com/teamhydrogen/hydrogen"
includes = ["pesde.toml", "LICENSE", "src/**/*.luau", "README.md"]
[engines]
pesde = "^0.6.0"
lune = "^0.8.9"
[target]
environment = "roblox"
lib = "src/init.luau"
build_files = ["src"]
[indices]
default = "https://github.com/daimond113/pesde-index"
[scripts]
roblox_sync_config_generator = ".pesde/scripts/roblox_sync_config_generator.luau"
sourcemap_generator = ".pesde/scripts/sourcemap_generator.luau"
[wally_indices]
default = "https://github.com/UpliftGames/wally-index"
[dev_dependencies]
scripts = { name = "pesde/scripts_rojo", version = "^0.1.0", target = "lune" }
rojo = { name = "pesde/rojo", version = "^7.4.4", target = "lune" }
selene = { name = "pesde/selene", version = "^0.28.0", target = "lune" }
stylua = { name = "pesde/stylua", version = "^2.0.2", target = "lune" }
zap = { name = "pesde/zap", version = "^0.6.19", target = "lune" }