mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 15:20:36 +00:00
Erica Marigold
94706f8a9d
* Restructures monorepo packages * Updated pesde manifests with scope and other metadata * Consolidated all interactive install logic into __call metamethod for one liner bin re-exports * Renamed binlib->toolchainlib * Introduced first real world package - stylua (!!)
21 lines
555 B
TOML
21 lines
555 B
TOML
name = "pesde/stylua"
|
|
version = "2.0.1"
|
|
description = "A standalone Luau runtime"
|
|
authors = [
|
|
"CompeyDev <hi@devcomp.xyz>",
|
|
"Johnny Morganz <johnnymorganz@outlook.com>",
|
|
]
|
|
repository = "https://github.com/pesde-dev/tooling"
|
|
license = "MIT"
|
|
|
|
[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" }
|
|
core = { workspace = "pesde/toolchainlib", version = "^" }
|
|
|
|
[indices]
|
|
default = "https://github.com/daimond113/pesde-index"
|