2025-08-14 00:41:51 +00:00

28 lines
828 B
JSON

{
"version": "2.4.4",
"description": "A secure runtime for JavaScript and TypeScript",
"homepage": "https://deno.land",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v2.4.4/deno-x86_64-pc-windows-msvc.zip",
"hash": "55cf2a21a7c1e80afd8cfb5866655f17cf4650552596f4730117b96101c2b331"
}
},
"bin": "deno.exe",
"checkver": {
"github": "https://github.com/denoland/deno"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256sum",
"regex": "$sha256"
}
}
}