ScoopInstaller_Main/bucket/luau-lsp.json
2025-09-27 16:28:29 +00:00

22 lines
692 B
JSON

{
"version": "1.54.0",
"description": "Language Server Implementation for Luau",
"homepage": "https://github.com/JohnnyMorganz/luau-lsp",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.54.0/luau-lsp-win64.zip",
"hash": "aec0c5745860be744e03fdb15c8533beaad3a28e5c31ffc352cc907947b5669a"
}
},
"bin": "luau-lsp.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
}
}
}
}