2026-01-23 16:31:36 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.3.12",
"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/%40biomejs%2Fbiome%402.3.12/biome-win32-x64.exe#/biome.exe",
"hash": "6f38c5bea40cb1c20e28a3b2b557689e68d9522b0e569d95087b917900da6360"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.3.12/biome-win32-arm64.exe#/biome.exe",
"hash": "8397f3cdd340826b4960e7dc8f3d97b9d953651c87869ae1ed0618301ea62f92"
}
},
"bin": "biome.exe",
"checkver": {
"url": "https://api.github.com/repos/biomejs/biome/releases",
"jsonpath": "$..tag_name",
"regex": "@biomejs/biome@([\\d.]+)\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%40$version/biome-win32-x64.exe#/biome.exe"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%40$version/biome-win32-arm64.exe#/biome.exe"
}
}
}
}