2024-04-16 05:07:20 +00:00

24 lines
733 B
JSON

{
"version": "1.42.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/v1.42.4/deno-x86_64-pc-windows-msvc.zip",
"hash": "bd0fe9afa933003c0c745916cb79d6bc5149d0d5aa7b5ee92f118a211483b801"
}
},
"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"
}
}
}
}