-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpesde.toml
More file actions
41 lines (33 loc) · 1.51 KB
/
pesde.toml
File metadata and controls
41 lines (33 loc) · 1.51 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
35
36
37
38
39
40
41
name = "stefanuk12/example_project"
description = "An opinionated project layout for Roblox exploit scripts."
version = "0.1.0"
authors = ["Stefanuk12"]
license = "MIT"
includes = ["pesde.toml", "README.md", "LICENSE", "src/*"]
[engines]
pesde = "^0.7.1"
lune = "=0.10.4"
[target]
build_files = ["src"]
environment = "roblox"
# Remove bin AND lib, if you are not publishing to the registry
bin = "src/main.luau" # Remove this, if this is not a binary
lib = "src/init.luau" # Remove this, if this is not a library
[scripts]
roblox_sync_config_generator = ".pesde/scripts/roblox_sync_config_generator.luau"
sourcemap_generator = ".pesde/scripts/sourcemap_generator.luau"
[indices]
default = "https://github.com/pesde-pkg/index"
[wally_indices]
default = "https://github.com/UpliftGames/wally-index"
[dependencies]
# Example dependency below, remove it if you don't need it
promise = { wally = "evaera/promise", version = "^4.0.0" }
[dev_dependencies]
darklua = { repo = "Stefanuk12/darklua", rev = "57e85a0c92db3d0df067ba037ac67ce453b85a66", target = "lune" }
luau_defs = { repo = "rocult/luau-defs", rev = "e628aec6fabb5acfd28f1bc6a18a1c7950122d2c", target = "luau" }
luau_lsp = { name = "pesde/luau_lsp", version = "^1.61.0", target = "lune" }
rojo = { name = "pesde/rojo", version = "^7.6.1", target = "lune" }
scripts = { name = "pesde/scripts_rojo", version = "^0.2.0", target = "lune" }
selene = { name = "pesde/selene", version = "^0.29.0", target = "lune" }
stylua = { name = "pesde/stylua", version = "^2.3.1", target = "lune" }