Jacob Lane Ledbetter a817a06c18
biome: Add version 1.0.0 (#4852)
* add rome

* Apply suggestions from code review

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

* add regex to checkver

* forgot a comma

* Apply suggestions from code review

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

* Update and rename rome.json to biome.json

* Update biome.json

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-09-02 19:43:00 +05:30

32 lines
1.2 KiB
JSON

{
"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"
}
}
}
}