{
    "version": "2.7.14",
    "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.7.14/deno-x86_64-pc-windows-msvc.zip",
            "hash": "25f9871f5c1d9e999d60071f8069767134495fd601d2e2c7ce1e8c641487bda0"
        }
    },
    "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"
        }
    }
}
