2026-02-21 00:50:06 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.4.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/%40biomejs%2Fbiome%402.4.4/biome-win32-x64.exe#/biome.exe",
"hash": "8a09016cabaac8575abb42d19c55075fa7ca81c955f777604a2fb971a44a7ed5"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.4.4/biome-win32-arm64.exe#/biome.exe",
"hash": "321b5e64a06cf6ed3cbdb740fe35e758bfd3dc98de269691a50653b8674cf26d"
}
},
"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"
}
}
}
}