{ "version": "0.8.6", "description": "A standalone Luau script runtime", "homepage": "https://lune-org.github.io/docs", "license": { "identifier": "MPL2", "url": "https://github.com/lune-org/lune/blob/main/LICENSE.txt" }, "architecture": { "64bit": { "url": "https://github.com/lune-org/lune/releases/download/v0.8.6/lune-0.8.6-windows-x86_64.zip", "hash": "a3b8d13ca06b6e009478fa698dbe6e36de87c6e7b4b6ebc5bff2a592222540a5" } }, "bin": "lune.exe", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/lune-org/lune/releases/download/v$version/lune-$version-windows-x86_64.zip" } } } }