2023-12-06 20:25:23 +00:00

27 lines
779 B
JSON

{
"version": "0.605",
"description": "A fast, small, safe, gradually typed embeddable scripting language derived from Lua",
"homepage": "https://luau-lang.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Roblox/luau/releases/download/0.605/luau-windows.zip",
"hash": "53da0fe83b4cfc6c2e0004f450cd4cf21c5f29582a45f817b5ae3792918d5ba2"
}
},
"bin": [
"luau.exe",
"luau-analyze.exe"
],
"checkver": {
"github": "https://github.com/Roblox/luau"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Roblox/luau/releases/download/$version/luau-windows.zip"
}
}
}
}