2020-06-13 11:26:56 +02:00

24 lines
731 B
JSON

{
"version": "1.1.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.1.0/deno-x86_64-pc-windows-msvc.zip",
"hash": "94ef8d2319a04b03e19b652febe379d93b2cc309c903ae5438aa2920e8e0792d"
}
},
"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"
}
}
}
}