mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.3.5",
|
|
"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.5/biome-win32-x64.exe#/biome.exe",
|
|
"hash": "ba3139fde5c20e0a939c25286669a301fc886e840755e53b56c4a274a931f704"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.3.5/biome-win32-arm64.exe#/biome.exe",
|
|
"hash": "76ee73ed1d630e3af963df20bb9ee29ae84e8c1e37e7957d0cde6d4123d66bff"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|