{
    "version": "0.3.13",
    "description": "prek is a reimagined version of pre-commit, built in Rust. It is designed to be a faster, dependency-free and drop-in alternative for it, while also providing some additional long-requested features.",
    "homepage": "https://github.com/j178/prek",
    "license": "MIT",
    "notes": [
        "Some subcommands and languages in pre-commit are not implemented in prek yet.",
        "See the current gaps for drop-in parity: https://prek.j178.dev/todo/"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/j178/prek/releases/download/v0.3.13/prek-x86_64-pc-windows-msvc.zip",
            "hash": "ca32a6451cfdd22a27d99313b3a2f91eb0ce6d191eb8e35e2467f1551252ebbb"
        },
        "32bit": {
            "url": "https://github.com/j178/prek/releases/download/v0.3.13/prek-i686-pc-windows-msvc.zip",
            "hash": "62c0915cf6e56af7943e40f4562c36ffa35b27da11b6c4b490b7861747223acd"
        },
        "arm64": {
            "url": "https://github.com/j178/prek/releases/download/v0.3.13/prek-aarch64-pc-windows-msvc.zip",
            "hash": "892cb69e81c5c77c8af23dd930d4bcf578b8f62765ee00e3ba8fb76d2035eb34"
        }
    },
    "bin": "prek.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/j178/prek/releases/download/v$version/prek-x86_64-pc-windows-msvc.zip"
            },
            "32bit": {
                "url": "https://github.com/j178/prek/releases/download/v$version/prek-i686-pc-windows-msvc.zip"
            },
            "arm64": {
                "url": "https://github.com/j178/prek/releases/download/v$version/prek-aarch64-pc-windows-msvc.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
