{ "version": "2.6.8", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.com", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/denoland/deno/releases/download/v2.6.8/deno-x86_64-pc-windows-msvc.zip", "hash": "febe91c13a3bd5509f77058f1376bff99c76b518046ebd46fe385bbf81b836d9" } }, "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" } } }