{ "version": "2.4.3", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/denoland/deno/releases/download/v2.4.3/deno-x86_64-pc-windows-msvc.zip", "hash": "c58e3545e59d3fa9fd608a8f8e4a162eaa9fa137de3f0d4740321abec40357c9" } }, "bin": "deno.exe", "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" } }, "hash": { "url": "$url.sha256sum", "regex": "$sha256" } } }