{
    "version": "0.26.8",
    "description": "An incremental parsing system for programming tools",
    "homepage": "https://tree-sitter.github.io/tree-sitter/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.8/tree-sitter-windows-x64.gz",
            "hash": "28301a969412066bf4818c30c71d9c313091a9b9dc24b53a14ddda3a8e2cc2bb"
        },
        "32bit": {
            "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.8/tree-sitter-windows-x86.gz",
            "hash": "2466bcecb5dc3213646b19bf94aee39a60ab97f156ae07454df7601100be3bcf"
        },
        "arm64": {
            "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.8/tree-sitter-windows-arm64.gz",
            "hash": "7e276c740a1d47d3326f2450c91a40165265d4bb3097f5df584285f8460a307d"
        }
    },
    "bin": "tree-sitter.exe",
    "checkver": {
        "github": "https://github.com/tree-sitter/tree-sitter"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v$version/tree-sitter-windows-x64.gz"
            },
            "32bit": {
                "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v$version/tree-sitter-windows-x86.gz"
            },
            "arm64": {
                "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v$version/tree-sitter-windows-arm64.gz"
            }
        }
    }
}
