{
    "version": "0.21.3",
    "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.21.3/yue-windows-x64-lua51-dll.7z",
        "https://github.com/pigpigyyy/Yuescript/releases/download/v0.21.3/yue-windows-x64-lua53-dll.7z",
        "",
        "32bit",
        "https://github.com/pigpigyyy/Yuescript/releases/download/v0.21.3/yue-windows-x86-lua51-dll.7z",
        "https://github.com/pigpigyyy/Yuescript/releases/download/v0.21.3/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.21.3/yue-windows-x64.7z",
            "hash": "8d3c83d891d2be885bbfc343750fae93a33b3ec87ac1a77929edccf9acc51ed4"
        },
        "32bit": {
            "url": "https://github.com/pigpigyyy/Yuescript/releases/download/v0.21.3/yue-windows-x86.7z",
            "hash": "5ef407db8023001abbd5c4f030cab9d6619d11d03690001d89da120bac821133"
        }
    },
    "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"
            }
        }
    }
}
