2024-11-23 14:35:23 +00:00
|
|
|
name = "pesde/stylua"
|
|
|
|
version = "2.0.1"
|
2024-11-24 15:24:19 +00:00
|
|
|
description = "A Lua code formatter"
|
2024-11-23 12:51:22 +00:00
|
|
|
authors = [
|
|
|
|
"CompeyDev <hi@devcomp.xyz>",
|
2024-11-23 14:35:23 +00:00
|
|
|
"Johnny Morganz <johnnymorganz@outlook.com>",
|
2024-11-23 12:51:22 +00:00
|
|
|
]
|
2024-11-24 15:24:19 +00:00
|
|
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/stylua"
|
|
|
|
includes = ["init.luau", "pesde.toml"]
|
2024-11-21 10:37:38 +00:00
|
|
|
|
|
|
|
[target]
|
|
|
|
environment = "lune"
|
|
|
|
bin = "init.luau"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
|
|
|
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
2024-11-23 14:35:23 +00:00
|
|
|
core = { workspace = "pesde/toolchainlib", version = "^" }
|
2024-11-21 10:37:38 +00:00
|
|
|
|
|
|
|
[indices]
|
|
|
|
default = "https://github.com/daimond113/pesde-index"
|