2025-11-14 20:29:47 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.15.2",
"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.2/swc-win32-x64-msvc.exe#/swc.exe",
"hash": "0af8e586638b326d6ef593b3ad58208028b45077cdbbe8ee2f84201502d3b0fd"
},
"32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.15.2/swc-win32-ia32-msvc.exe#/swc.exe",
"hash": "9ad90ab9ecd1556b76881697d9f3e40b70249801c3ac7b5bff63d21cb63bb4cc"
},
"arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v1.15.2/swc-win32-arm64-msvc.exe#/swc.exe",
"hash": "fa2b3259ee0aab874cb925f67b93aea2a713150157757daaadaa637f4ec8c4fa"
}
},
"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"
}
}
}
}