{
  "name": "@stage5/lumine",
  "version": "0.2.84",
  "description": "Command line tools for launching Lumine builds on Twinkle.",
  "type": "module",
  "bin": {
    "lumine": "bin/lumine.js"
  },
  "files": [
    "bin",
    "lib",
    "sdk",
    "README.md"
  ],
  "scripts": {
    "test": "node --test"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "UNLICENSED"
}
