-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpesde.toml
More file actions
23 lines (19 loc) · 726 Bytes
/
pesde.toml
File metadata and controls
23 lines (19 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name = "ratplier/artwork"
version = "2.0.0"
description = "a framework for everything roblox"
authors = ["ratplier"]
repository = "https://github.com/ratplier/artwork"
license = "MIT"
includes = ["lib/**/*.luau", "pesde.toml", "LISENCE", "README.md", "docs/**/*.md"]
[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.1.0", target = "lune" }
rojo = { name = "pesde/rojo", version = "^7.4.4", target = "lune" }