{ "version": "0.2.12", "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.12/oxlint-win32-x64.zip", "hash": "364326e15602be9841a5d38c7946732317d1cd5b0a4348c42fb8192a2d9ae73f" }, "arm64": { "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.12/oxlint-win32-arm64.zip", "hash": "735f81a212e0d3a3a9e786856a9c9b015a27c6a18a633258924faefc6faaad86" } }, "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" } } } }