2021-12-03 20:00:38 +00:00

25 lines
785 B
JSON

{
"version": "1.16.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.16.4/deno-x86_64-pc-windows-msvc.zip",
"hash": "39f2c7e83437197d8d829d380692cce353e3082aa18f4c4ea1de4b891b279129"
}
},
"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"
}
}
}
}