forked from splinestein/splinestein-diffing-algorithm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpesde.toml
26 lines (22 loc) · 1.08 KB
/
pesde.toml
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
name = "caveful_games/stringdiff"
version = "0.1.0"
description = "A string similarity metric diffing algorithm invented by splinestein for primitive chat bot use. Modified and uploaded for pesde"
authors = ["Spline", "jiwonz <me@jiwonz.kr>"]
repository = "https://github.com/CavefulGames/stringdiff"
license = "MIT"
includes = ["pesde.toml", "LICENSE.md", "src", ]
[target]
environment = "luau"
lib = "src/lib.luau"
[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" }
selene = { name = "pesde/selene", version = "^0.27.1", target = "lune" }
luau_lsp = { name = "pesde/luau_lsp", version = "^1.38.0", target = "lune" }
stylua = { name = "pesde/stylua", version = "^2.0.2", target = "lune" }
luau_check = { name = "jiwonz/luau_check", version = "^0.1.5", target = "lune" }