{
    "version": "0.8.1-beta",
    "description": "LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.",
    "homepage": "https://github.com/awslabs/llrt",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/awslabs/llrt/releases/download/v0.8.1-beta/llrt-windows-x64.zip",
            "hash": "28108946ce8c0d849d2ad7d9a25921aacfe33de0cde144c7954ebbc39b50b6ee"
        }
    },
    "bin": "llrt.exe",
    "checkver": {
        "github": "https://github.com/awslabs/llrt",
        "regex": "/releases/tag/(?:v|V)?([\\d.\\w-]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/awslabs/llrt/releases/download/v$version/llrt-windows-x64.zip"
            }
        }
    }
}
