{
    "version": "0.3.0",
    "description": "A package manager for local and remote Typst packages.",
    "homepage": "https://github.com/typst-community/utpm",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/typst-community/utpm/releases/download/v0.3.0/utpm-x86_64-pc-windows-msvc.tar.gz",
            "hash": "88337427c8d1f7228dbf873d80113c231a55070f9ebc4fa409b3dd36a3db34d5"
        },
        "arm64": {
            "url": "https://github.com/typst-community/utpm/releases/download/v0.3.0/utpm-aarch64-pc-windows-msvc.tar.gz",
            "hash": "d58aad50355f65c1eb8537f1e187dbe88ebe86f810e249a273c8fcca134abee4"
        }
    },
    "bin": "utpm.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/typst-community/utpm/releases/download/v$version/utpm-x86_64-pc-windows-msvc.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/typst-community/utpm/releases/download/v$version/utpm-aarch64-pc-windows-msvc.tar.gz"
            }
        }
    }
}
