2025-03-05 08:31:05 +00:00

28 lines
828 B
JSON

{
"version": "2.2.3",
"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.2.3/deno-x86_64-pc-windows-msvc.zip",
"hash": "96c655baf091990285e9ce8798b1db52724e16442f6e5c3ce56c38bad1df214c"
}
},
"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"
}
}
}