mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2024-11-21 22:50:13 +09:00
16 lines
541 B
JSON
16 lines
541 B
JSON
{
|
|
"version": "0.13.0",
|
|
"description": "A brand-new language server for Typst",
|
|
"homepage": "https://github.com/nvarner/typst-lsp",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nvarner/typst-lsp/releases/download/v0.13.0/typst-lsp-x86_64-pc-windows-msvc.exe",
|
|
"hash": "8dd872bdefc0575db7de5457eca2722d71af13b2e889288828052b791760842d"
|
|
}
|
|
},
|
|
"bin": [
|
|
["typst-lsp-x86_64-pc-windows-msvc.exe", "typst-lsp"]
|
|
],
|
|
"checkver": "github"
|
|
}
|