-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpesde.toml
More file actions
32 lines (27 loc) · 851 Bytes
/
pesde.toml
File metadata and controls
32 lines (27 loc) · 851 Bytes
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
name = "possiblepanda/registryfactory"
version = "1.0.0"
description = "A fully type-safe module for creating \"registries\" of data in Roblox Luau."
authors = ["PossiblePanda"]
repository = "https://github.com/PossiblePanda/RegistryFactory"
license = "MIT"
includes = [
"pesde.toml",
"lib/**/*.luau",
"README.md",
"LICENSE.txt"
]
[target]
environment = "roblox"
lib = "lib/init.luau"
build_files = ['lib']
[indices]
default = "https://github.com/pesde-pkg/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.2.0", target = "lune" }
rojo = { name = "pesde/rojo", version = "^7.5.1", target = "lune" }
[engines]
pesde = "^0.7.0"
lune = "^0.10.2"