-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpesde.toml
More file actions
29 lines (24 loc) · 888 Bytes
/
Copy pathpesde.toml
File metadata and controls
29 lines (24 loc) · 888 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
name = "jiwonz/catimg"
version = "0.1.0"
description = "Cat and Preview your images directly in terminal using sixel"
authors = ["jiwonz <me@jiwonz.kr>"]
repository = "https://github.com/jiwonz/catimg"
license = "MIT"
includes = ["README.md", "LICENSE", "bin.luau", "pesde.toml"]
[target]
environment = "lune"
bin = "bin.luau"
[indices]
default = "https://github.com/pesde-pkg/index"
[engines]
lune = "^0.8.9"
pesde = "^0.6.0"
[dependencies]
result = { name = "lukadev_0/result", version = "^1.2.0" }
option = { name = "lukadev_0/option", version = "^1.2.0" }
toolchainlib = { name = "pesde/toolchainlib", version = "^0.1.12" }
[dev_dependencies]
luau_check = { name = "jiwonz/luau_check", version = "^0.3.13" }
selene = { name = "pesde/selene", version = "^0.28.0" }
luau_lsp = { name = "pesde/luau_lsp", version = "^1.44.1" }
stylua = { name = "pesde/stylua", version = "^2.1.0" }