2025-09-24 12:31:54 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.13.17-nightly-20250924.1",
"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.17-nightly-20250924.1/swc-win32-x64-msvc.exe#/swc.exe",
"hash": "5f92f84226e737e235783f518f2f2157a18d955bc46ba44ed5a0bd3b61a5aecb"
},
"32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.17-nightly-20250924.1/swc-win32-ia32-msvc.exe#/swc.exe",
"hash": "8161737522c895d87b55206384a960d359d116fe120911476d133f7b74e6330a"
},
"arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.17-nightly-20250924.1/swc-win32-arm64-msvc.exe#/swc.exe",
"hash": "bcd68c264481c156549fab08104202dc3a2806a6a24ff105d10669bba4d7704c"
}
},
"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"
}
}
}
}