diff --git a/bucket/biome.json b/bucket/biome.json new file mode 100644 index 0000000000..c91b1b5e8d --- /dev/null +++ b/bucket/biome.json @@ -0,0 +1,31 @@ +{ + "version": "1.0.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/cli%2Fv1.0.0/biome-win32-x64.exe#/biome.exe", + "hash": "09c7e30ebd00da2ba26de88d4a3c404932b84838fb441a1fe9ba725e481c78b4" + }, + "arm64": { + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.0.0/biome-win32-arm64.exe#/biome.exe", + "hash": "31edc423a5845a58581a94ec3a4713c8e8273ce45b31cee6410466b6387a51d9" + } + }, + "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" + } + } + } +}