2022-01-20 20:27:02 +00:00

25 lines
785 B
JSON

{
"version": "1.18.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.18.0/deno-x86_64-pc-windows-msvc.zip",
"hash": "2a2e0a130352c98ec70d287fa09073caaee9c056e361e35ccd4a6528d74cb63a"
}
},
"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"
}
}
}
}