2024-04-03 13:12:38 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.6.4",
"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.6.4/biome-win32-x64.exe#/biome.exe",
"hash": "df7a3f2c256b666a05d6c5eeb72a3fc0d836a836566d918f8fa619abb2c7ccf4"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.6.4/biome-win32-arm64.exe#/biome.exe",
"hash": "13566c0cdf892cf8e67256f56e7de6a07c8e9f5b78c6494c49a0f7a7752a6aa1"
}
},
"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"
}
}
}
}