2025-06-30 08:30:49 +00:00

33 lines
1.2 KiB
JSON

{
"version": "1.4.0",
"description": "A collection of JavaScript tools written in Rust.",
"homepage": "https://github.com/oxc-project/oxc",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.4.0/oxlint-win32-x64.zip",
"hash": "5f6728458ccf184a89b3b46d44099c74a3eb002c81e9bad06bbb323f767b7a9d"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.4.0/oxlint-win32-arm64.zip",
"hash": "3a06948e67544a39d8df973b354d7241391c9968852e6daaed3f57a666075ed0"
}
},
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",
"bin": "oxlint.exe",
"checkver": {
"url": "https://api.github.com/repositories/599431918/releases",
"regex": "tag/oxlint_v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v$version/oxlint-win32-x64.zip"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v$version/oxlint-win32-arm64.zip"
}
}
}
}