{ "version": "1.15.0", "description": "A super-fast TypeScript / JavaScript compiler written in Rust", "homepage": "https://swc.rs", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/swc-project/swc/releases/download/v1.15.0/swc-win32-x64-msvc.exe#/swc.exe", "hash": "44ca0a704717bc283c8ab749b887cf1cf9aa724eb94866b71ac61c12a8b1014c" }, "32bit": { "url": "https://github.com/swc-project/swc/releases/download/v1.15.0/swc-win32-ia32-msvc.exe#/swc.exe", "hash": "9dd1502b2cdac43cac9fefa9915261b518b99b0d62986764761566415640ab37" }, "arm64": { "url": "https://github.com/swc-project/swc/releases/download/v1.15.0/swc-win32-arm64-msvc.exe#/swc.exe", "hash": "deb883a3501fbaa84a2a49bad12088adc755be352e7b021d17a27985116f0118" } }, "bin": "swc.exe", "checkver": { "github": "https://github.com/swc-project/swc", "regex": "tag/v?(?![^\"]*-nightly-)([\\d\\.]+)(?=\")" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/swc-project/swc/releases/download/v$version/swc-win32-x64-msvc.exe#/swc.exe" }, "32bit": { "url": "https://github.com/swc-project/swc/releases/download/v$version/swc-win32-ia32-msvc.exe#/swc.exe" }, "arm64": { "url": "https://github.com/swc-project/swc/releases/download/v$version/swc-win32-arm64-msvc.exe#/swc.exe" } } } }