2025-09-25 08:31:09 +00:00

39 lines
1.5 KiB
JSON

{
"version": "1.13.19",
"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.19/swc-win32-x64-msvc.exe#/swc.exe",
"hash": "7f5a4059391f059b64e7eef65bf97b04842e9943cfd688c7d671d8388185f784"
},
"32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.19/swc-win32-ia32-msvc.exe#/swc.exe",
"hash": "1f23986b58161c91291a02aaa81f44a24f1af7674b0d0c5bb507e1f0b7958842"
},
"arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.19/swc-win32-arm64-msvc.exe#/swc.exe",
"hash": "501f5a712519a7c2b93b95604b59408cc78024cc8295999012d61a970195f31e"
}
},
"bin": "swc.exe",
"checkver": {
"github": "https://github.com/swc-project/swc",
"regex": "tag/v([\\w\\.-]+)"
},
"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"
}
}
}
}