mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.2.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/%40biomejs%2Fbiome%402.2.0/biome-win32-x64.exe#/biome.exe",
|
|
"hash": "87a13efc6bc0a51eda8370d1c4011a2b323ef10d06326e0ba2f75f8b594dac37"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.0/biome-win32-arm64.exe#/biome.exe",
|
|
"hash": "0ab4fcaa8f18969d9f292457134538224c142eabb2cd4ff77624a91626cc1c0a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|