ScoopInstaller_Main/bucket/luau-lsp.json
2025-04-06 16:29:17 +00:00

22 lines
692 B
JSON

{
"version": "1.42.1",
"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.42.1/luau-lsp-win64.zip",
"hash": "09837136143bc1c9c12ae9fd835e3edf27d626a7917cd967838c47f97173afcc"
}
},
"bin": "luau-lsp.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
}
}
}
}