{
    "version": "26.4.0",
    "description": "A tiny JavaScript runtime.",
    "homepage": "https://txikijs.org",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/saghul/txiki.js/releases/download/v26.4.0/txiki-windows-x86_64.zip",
            "hash": "3459ee1291d33f36911d45b2a753b72dab4b3085582adba31044498599167a5b",
            "extract_dir": "txiki-windows-x86_64"
        }
    },
    "bin": "tjs.exe",
    "checkver": {
        "github": "https://github.com/saghul/txiki.js"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/saghul/txiki.js/releases/download/v$version/txiki-windows-x86_64.zip"
            }
        }
    }
}
