{ "version": "0.2.14", "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_v0.2.14/oxlint-win32-x64.zip", "hash": "7cf29912dd04f9be3b92e08e71c12ee45525a5180d0f6cff805cbe1e650409bd" }, "arm64": { "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.14/oxlint-win32-arm64.zip", "hash": "f0d046754a042e6dc5ebe6d2f6803b935adfb456037d63994a427397776e556a" } }, "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" } } } }