2025-11-27 12:31:52 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.3.8",
"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.8/biome-win32-x64.exe#/biome.exe",
"hash": "e1f3afc0c5ee0de0c642c198dfa4d380d7c1a0003e370fbe7ed6a083e3985552"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.3.8/biome-win32-arm64.exe#/biome.exe",
"hash": "d7e1b57393fe72ab390c91950119c129f82c86ff083fd43bc3e86fc674b7b5ae"
}
},
"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"
}
}
}
}