mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.3.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.3.0/biome-win32-x64.exe#/biome.exe",
|
|
"hash": "f082b9f783c786a230499d8edad12e74942db0a84a1eb5455474a52423886dfb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.3.0/biome-win32-arm64.exe#/biome.exe",
|
|
"hash": "18ac6d201d68ce369b154bdbd1ae65f3afd2e1d5edfbc45e2626d429e0491092"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|