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

39 lines
1.5 KiB
JSON

{
"version": "1.13.5",
"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.5/swc-win32-x64-msvc.exe#/swc.exe",
"hash": "712ada977c1b8cc5aef3d8890ceffb7b647778c65ad36cdf8737e458ae734bb2"
},
"32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.5/swc-win32-ia32-msvc.exe#/swc.exe",
"hash": "6897c7e4ade9782debf990f388634bdd5f326480b1b289c31209e3b8071ebc89"
},
"arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.5/swc-win32-arm64-msvc.exe#/swc.exe",
"hash": "da7715659342e71c337ae750b4b11e1263b2cf352f3a3a77eb707c562b90c96d"
}
},
"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"
}
}
}
}