2023-10-19 12:30:54 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.3.0",
"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.3.0/biome-win32-x64.exe#/biome.exe",
"hash": "ff0e25ab793db80346c8ae042b28e7f634ebbc8eff94712297a660c152817696"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.3.0/biome-win32-arm64.exe#/biome.exe",
"hash": "488208b985e5ed068a700426b0142d5435bdd9d57b11e866ad31d8367f0aa8b6"
}
},
"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"
}
}
}
}