2025-09-24 16:30:13 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.18.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.18.0/oxlint-win32-x64.zip",
"hash": "c9796d88e517bfbc337aa45eb2a20ea2116a87e16322f0e7614a409273d3a9c9"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.18.0/oxlint-win32-arm64.zip",
"hash": "9b37403e531092f2c48e8f3eedba1cdb9f4dbd87b10f39381f3a6a762ca39749"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$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"
}
}
}
}