{ "version": "1.15.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.15.0/deno-x86_64-pc-windows-msvc.zip", "hash": "586ac1f40a3cb1ed0187945e1d9bb257c2d670ac03ccaafb948f3d3144d1b49e" } }, "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" } } } }