{ "version": "0.11.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.11.0/oxlint-win32-x64.zip", "hash": "8ba9487bd39921f5b9ae7e672a7fbaca8a81716aa99b2a3e42c724007bfb693e" }, "arm64": { "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.11.0/oxlint-win32-arm64.zip", "hash": "9c7e125173990ddf54a02f13f83deeccb450e1f69af74769043fba7d94a376b9" } }, "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" } } } }