-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpesde.toml
More file actions
45 lines (38 loc) · 1.26 KB
/
pesde.toml
File metadata and controls
45 lines (38 loc) · 1.26 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
42
43
44
45
name = "pesde/scripts_core"
version = "0.2.0"
description = "Scripts and other utilities for use with pesde"
authors = [
"daimond113 <[email protected]> (https://www.daimond113.com/)",
"Erica Marigold <[email protected]>",
]
repository = "https://github.com/pesde-pkg/scripts"
license = "MIT"
includes = [
"src/**/*.luau",
"!src/**/*.spec.luau",
"pesde.toml",
"README.md",
"LICENSE",
]
workspace_members = [".", "dist/*"]
[engines]
pesde = "^0.7.0"
lune = "^0.10.2"
[meta.scripts.rojo]
version = "0.2.0"
tool_dependencies = { rojo = { name = "pesde/rojo", version = "^7.5.1+toolchainlib.1" } }
[meta.scripts.argon]
version = "0.2.0"
tool_dependencies = { argon = { name = "pesde/argon", version = "^2.0.26+toolchainlib.1" } }
[target]
environment = "lune"
lib = "src/init.luau"
[dev_dependencies]
frktest = { name = "itsfrank/frktest", version = "^0.0.4", target = "luau" }
pathfs = { name = "jiwonz/pathfs", version = "^0.6.0" }
luau-lsp = { name = "pesde/luau_lsp", version = "^1.53.5+toolchainlib.1" }
stylua = { name = "pesde/stylua", version = "^2.2.0+toolchainlib.1" }
argon = { name = "pesde/argon", version = "^2.0.26+toolchainlib.1" }
rojo = { name = "pesde/rojo", version = "^7.5.1+toolchainlib.1" }
[indices]
default = "https://github.com/pesde-pkg/index"