{ "version": "1.12.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.12.0/oxlint-win32-x64.zip", "hash": "1efc770ddcdded1177f60b791e21df050242735ce98814b55f4602e4a2645ce9" }, "arm64": { "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.12.0/oxlint-win32-arm64.zip", "hash": "ce82f43807cf8cd8b1a48eec27c122d944bcebfb8f5523b7dfe523ef5b8573a6" } }, "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" } } } }