2024-09-15 20:27:04 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.9.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.9.1/biome-win32-x64.exe#/biome.exe",
"hash": "cd57679a19bcb9d2996ce2e228760ec713eec211e722834f0273e9e8eb960eca"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.1/biome-win32-arm64.exe#/biome.exe",
"hash": "93749f35b7783bbf9fb21ba1949cd2438c442211269c288c4f4f759b0b1e5d79"
}
},
"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"
}
}
}
}