2023-10-20 12:30:37 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.3.1",
"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/cli%2Fv1.3.1/biome-win32-x64.exe#/biome.exe",
"hash": "4cc2782680fb9b925950314d63a1eb30e09604adf50ec20577eb13ca5dd86821"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.3.1/biome-win32-arm64.exe#/biome.exe",
"hash": "ea180385adedde4c0db59d2ae4efd910306ed46f08f3b91c060df9c45c4cdaa9"
}
},
"bin": "biome.exe",
"checkver": {
"url": "https://github.com/biomejs/biome/tags",
"regex": "/releases/tag/cli%2F(?:v|V)?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv$version/biome-win32-x64.exe#/biome.exe"
},
"arm64": {
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv$version/biome-win32-arm64.exe#/biome.exe"
}
}
}
}