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