2025-10-22 12:31:42 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.2.7",
"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.2.7/biome-win32-x64.exe#/biome.exe",
"hash": "70ba623d193e71a1ad55174666cbd6dee828ac04be4b2df58c6084c91e733181"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.7/biome-win32-arm64.exe#/biome.exe",
"hash": "fffee05bd89561d816fc258dce7b96bc57d07bc4a84db3b333eb69d06785acd0"
}
},
"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"
}
}
}
}