{
    "version": "0.14.0",
    "description": "A mighty, embeddable JavaScript engine (fork of QuickJS).",
    "homepage": "https://quickjs-ng.github.io/quickjs/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": [
                "https://github.com/quickjs-ng/quickjs/releases/download/v0.14.0/qjs-windows-x86_64.exe#/qjs.exe",
                "https://github.com/quickjs-ng/quickjs/releases/download/v0.14.0/qjsc-windows-x86_64.exe#/qjsc.exe"
            ],
            "hash": [
                "dc9c72c0269d361405d8b7031ad91840cc1e8c5b08e319f89778f4d883326518",
                "b661b17a439bdf96553eb071d6fa5cb8a7d9a862d26c987f0e31a922d32872b2"
            ]
        },
        "32bit": {
            "url": [
                "https://github.com/quickjs-ng/quickjs/releases/download/v0.14.0/qjs-windows-x86.exe#/qjs.exe",
                "https://github.com/quickjs-ng/quickjs/releases/download/v0.14.0/qjsc-windows-x86.exe#/qjsc.exe"
            ],
            "hash": [
                "196057332c98c1c9476d565810555d47513bf40405519ddc624a26a9534963a3",
                "9277f8e44c361dde7991b3e7a33d0f1f9e2120c23c5d70eec957a78924911152"
            ]
        }
    },
    "bin": [
        "qjs.exe",
        "qjsc.exe"
    ],
    "checkver": {
        "github": "https://github.com/quickjs-ng/quickjs"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": [
                    "https://github.com/quickjs-ng/quickjs/releases/download/v$version/qjs-windows-x86_64.exe#/qjs.exe",
                    "https://github.com/quickjs-ng/quickjs/releases/download/v$version/qjsc-windows-x86_64.exe#/qjsc.exe"
                ]
            },
            "32bit": {
                "url": [
                    "https://github.com/quickjs-ng/quickjs/releases/download/v$version/qjs-windows-x86.exe#/qjs.exe",
                    "https://github.com/quickjs-ng/quickjs/releases/download/v$version/qjsc-windows-x86.exe#/qjsc.exe"
                ]
            }
        }
    }
}
