{
    "version": "0.34.0",
    "description": "A moonscipt dialect that is derived from the Moonscript language and continuously adopting new features to be more up to date. Just like moonscipt, it also compiles into Lua.",
    "homepage": "https://yuescript.org/",
    "license": "MIT",
    "notes": [
        "Yuescript Lua Module download links:",
        "64bit",
        "https://github.com/pigpigyyy/Yuescript/releases/download/v0.34.0/yue-windows-x64-lua51-dll.7z",
        "https://github.com/pigpigyyy/Yuescript/releases/download/v0.34.0/yue-windows-x64-lua53-dll.7z",
        "",
        "32bit",
        "https://github.com/pigpigyyy/Yuescript/releases/download/v0.34.0/yue-windows-x86-lua51-dll.7z",
        "https://github.com/pigpigyyy/Yuescript/releases/download/v0.34.0/yue-windows-x86-lua53-dll.7z"
    ],
    "suggest": {
        "Lua": [
            "main/lua",
            "versions/lua51",
            "versions/lua53"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/pigpigyyy/Yuescript/releases/download/v0.34.0/yue-windows-x64.7z",
            "hash": "9b3cc0068eac1ef2751d29c83653c51b426b2e00722a9cd0f13f616b269ef189"
        },
        "32bit": {
            "url": "https://github.com/pigpigyyy/Yuescript/releases/download/v0.34.0/yue-windows-x86.7z",
            "hash": "6791df295dd302bc68e0aea1c4c71d4a592f44daaf2f6864882d649a171b4d4a"
        }
    },
    "bin": "yue.exe",
    "checkver": {
        "github": "https://github.com/pigpigyyy/Yuescript"
    },
    "autoupdate": {
        "notes": [
            "Yuescript Lua Module download links:",
            "64bit",
            "https://github.com/pigpigyyy/Yuescript/releases/download/v$version/yue-windows-x64-lua51-dll.7z",
            "https://github.com/pigpigyyy/Yuescript/releases/download/v$version/yue-windows-x64-lua53-dll.7z",
            "",
            "32bit",
            "https://github.com/pigpigyyy/Yuescript/releases/download/v$version/yue-windows-x86-lua51-dll.7z",
            "https://github.com/pigpigyyy/Yuescript/releases/download/v$version/yue-windows-x86-lua53-dll.7z"
        ],
        "architecture": {
            "64bit": {
                "url": "https://github.com/pigpigyyy/Yuescript/releases/download/v$version/yue-windows-x64.7z"
            },
            "32bit": {
                "url": "https://github.com/pigpigyyy/Yuescript/releases/download/v$version/yue-windows-x86.7z"
            }
        }
    }
}
