2020-08-13 21:19:49 +02:00

24 lines
731 B
JSON

{
"version": "1.3.0",
"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.3.0/deno-x86_64-pc-windows-msvc.zip",
"hash": "c7530b0ca8f2c2c63bc7ff77f7abb3b2a1aebcb7f79030c442f1298df0e54553"
}
},
"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"
}
}
}
}