2021-11-11 13:00:35 +00:00

25 lines
785 B
JSON

{
"version": "1.16.1",
"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.16.1/deno-x86_64-pc-windows-msvc.zip",
"hash": "d4a067f515351f38a8abc545bbdcf9896a8e8b1e7040a186682b2c679fe94414"
}
},
"bin": "deno.exe",
"post_install": "& \"$dir\\deno.exe\" upgrade",
"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"
}
}
}
}