{
    "version": "1.16.5",
    "description": "A modern, extensible Python project manager.",
    "homepage": "https://hatch.pypa.io",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.5/hatch-x86_64-pc-windows-msvc.zip",
            "hash": "b2b69368eb7f4a31f8c15eb108b07015d7edfa78d2dd487ca1e8ad0ba270f72f"
        },
        "32bit": {
            "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.5/hatch-i686-pc-windows-msvc.zip",
            "hash": "6d6604aa5e0c0b396555edb112fd9ad6635079ecb00c39ebd12cd2ff4532b730"
        }
    },
    "bin": "hatch.exe",
    "checkver": {
        "github": "https://github.com/pypa/hatch/",
        "regex": "/tag/hatch-(?:v|V)?([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pypa/hatch/releases/download/hatch-v$version/hatch-x86_64-pc-windows-msvc.zip"
            },
            "32bit": {
                "url": "https://github.com/pypa/hatch/releases/download/hatch-v$version/hatch-i686-pc-windows-msvc.zip"
            }
        }
    }
}
