2026-02-23 12:33:12 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.15.13",
"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.13/swc-win32-x64-msvc.exe#/swc.exe",
"hash": "52300bc8e9b78367112d32efe17aca51c0f41c694ec2508fc92bdd48e8b8d804"
},
"32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.15.13/swc-win32-ia32-msvc.exe#/swc.exe",
"hash": "3b77304e64127477e4afa66e13bb294f975403b21b67b95d749c6f5720bb25c1"
},
"arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v1.15.13/swc-win32-arm64-msvc.exe#/swc.exe",
"hash": "312dc6b9b39f43973f69002dad793c06a842218647c1ff725d2532a6ee5dbdce"
}
},
"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"
}
}
}
}