{ "version": "2.5.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/v2.5.4/deno-x86_64-pc-windows-msvc.zip", "hash": "1c40c73193960fcbed9341764d43bbd35e381eddbcf7d6cba7c2f3c0cabe96fb" } }, "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" } } }