{ "version": "2.2.12", "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.2.12/deno-x86_64-pc-windows-msvc.zip", "hash": "74dfa60a258f5a06ab339c6b4a33446c98d48f551201657fa5c8f28bb48b86b3" } }, "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" } } }