2025-10-24 08:29:55 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.13.21",
"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.13.21/swc-win32-x64-msvc.exe#/swc.exe",
"hash": "ff8687853d10aae59d9f7efb302fcff120f6b3acdd5ee2bbb011026827690e7f"
},
"32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.21/swc-win32-ia32-msvc.exe#/swc.exe",
"hash": "99061dcbcd7fae007d51fa25f014e6ea5ea1e2df179abf7458ff9e52c127ba0f"
},
"arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.21/swc-win32-arm64-msvc.exe#/swc.exe",
"hash": "85a8e66ebdad051863edaf501e42117f2515d51bca7acdb8bdc93b2f5d9a2a42"
}
},
"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"
}
}
}
}