2024-04-22 20:25:39 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.7.1",
"description": "Formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.",
"homepage": "https://biomejs.dev/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.7.1/biome-win32-x64.exe#/biome.exe",
"hash": "6bb7ab5f7b88fd7ae8e66abe6558d5ba7ee27939fc6d27dcd8e950540f0d7760"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.7.1/biome-win32-arm64.exe#/biome.exe",
"hash": "076c15a8a314ba151118295da7f182630dfab160bde22f50b3c87e482912f337"
}
},
"bin": "biome.exe",
"checkver": {
"url": "https://github.com/biomejs/biome/tags",
"regex": "/releases/tag/cli%2F(?:v|V)?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv$version/biome-win32-x64.exe#/biome.exe"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv$version/biome-win32-arm64.exe#/biome.exe"
}
}
}
}