-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpesde.toml
More file actions
39 lines (32 loc) · 1000 Bytes
/
pesde.toml
File metadata and controls
39 lines (32 loc) · 1000 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
33
34
35
36
37
38
39
name = "astonishedliker/hypertext"
version = "0.1.1"
description = "A comprehensive set of utilities to safely manipulate Roblox RichText"
authors = ["AstonishedLiker"]
repository = "https://github.com/AstonishedLiker/HyperText"
license = "MIT"
includes = [
"src/**",
".luaurc",
"pesde.toml",
"LICENSE.txt",
"README.md"
]
[target]
environment = "lune"
lib = "src/init.luau"
[indices]
default = "https://github.com/pesde-pkg/index"
[engines]
pesde = "^0.7.0"
lune = "=0.8.9"
[scripts]
roblox_sync_config_generator = ".pesde/scripts/roblox_sync_config_generator.luau"
sourcemap_generator = ".pesde/scripts/sourcemap_generator.luau"
build = "scripts/build.luau"
test = "scripts/test.luau"
[dev_dependencies]
scripts = { name = "pesde/scripts_rojo", version = "^0.1.1", target = "lune" }
rojo = { name = "pesde/rojo", version = "^7.5.1" }
[dependencies]
t = { name = "glaphyre/t", version = "^1.0.0", target = "luau" }
darklua = { name = "pesde/darklua", version = "^0.17.1" }