{
    "version": "0.20.9",
    "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.20.9/tree-sitter-windows-x64.gz",
            "hash": "316eb3edd2e50e4028e6e0bd27e6bfb4c5b9d68d7818fbafa5cddd002911518c"
        },
        "32bit": {
            "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.9/tree-sitter-windows-x86.gz",
            "hash": "0650b92bbb53e2bb6f314710367309737b6bf6845bea22f7dc1129466030c1d7"
        }
    },
    "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"
            }
        }
    }
}
