index/jiwonz/greentea_luau
2025-02-12 11:55:02 +00:00

25 lines
927 B
Text

["0.1.0 roblox"]
published_at = "2025-02-12T11:55:02.079695692Z"
description = "A runtime typechecker with Luau types, pretty errors, and inspection"
license = "MIT"
authors = ["Corecii (Shae A.) <github.com/corecii>", "jiwonz <me@jiwonz.kr>"]
repository = "https://github.com/jiwonz/greentea-luau"
["0.1.0 roblox".target]
environment = "roblox"
lib = "src/init.luau"
build_files = ["src"]
["0.1.0 luau"]
published_at = "2025-02-06T13:54:24.405698364Z"
description = "A runtime typechecker with Luau types, pretty errors, and inspection"
license = "MIT"
authors = ["Corecii (Shae A.) <github.com/corecii>", "jiwonz <me@jiwonz.kr>"]
repository = "https://github.com/jiwonz/greentea-luau"
["0.1.0 luau".target]
environment = "luau"
lib = "src/init.luau"
["0.1.0 luau".dependencies]
luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.5", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"]