{
    "version": "2.12.0",
    "description": "Find bugs in JavaScript programs.",
    "homepage": "https://quick-lint-js.com/",
    "license": "GPL-3.0-or-later,MIT,BSL-1.0,Apache-2.0,ZPL-2.1,Public Domain,Unknown,ISC,BSD-2-Clause,MIT-CMU,LGPL-2.1-or-later,GPL-2.0-or-later,BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://c.quick-lint-js.com/builds/2820c81a0f8397bd5172f2835887546940ca0f95/manual/windows.zip",
            "hash": "sha256:f69aa801891376ed2befde887686f2166edd25fc145c46d92e329b1bacad773d"
        },
        "32bit": {
            "url": "https://c.quick-lint-js.com/builds/2820c81a0f8397bd5172f2835887546940ca0f95/manual/windows-x86.zip",
            "hash": "sha256:3c9c949655e8156bf92e11e3918498cccd326af44bf0aec543542e938eb09d5a"
        }
    },
    "bin": "bin\\quick-lint-js.exe",
    "checkver": {
        "url": "https://c.quick-lint-js.com/releases/latest/scoop/quick-lint-js.json",
        "jsonpath": "$.version"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://c.quick-lint-js.com/releases/$version/manual/windows.zip"
            },
            "32bit": {
                "url": "https://c.quick-lint-js.com/releases/$version/manual/windows-x86.zip"
            }
        },
        "hash": {
            "url": "$baseurl/../SHA256SUMS"
        }
    }
}
