{ "version": "0.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_v0.18.0/oxlint-win32-x64.zip", "hash": "bd8cac2ee70452def36cdbbc31fd383f3f81dc0ab337e975aebd6316074bec3c" }, "arm64": { "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.18.0/oxlint-win32-arm64.zip", "hash": "321fb73572498ed01a473bd8356b76082421a16ad4bc75cb1bc0611dd484c45c" } }, "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" } } } }