{
  "name": "%APP_NAME%",
  "description": "%APP_DESCRIPTION%",
  "version": "%APP_VERSION%",
  "repository": "%APP_REPO%",
  "author": "%APP_AUTHOR%",
  "license": "%APP_LICENSE%",
  "main": "./lib/index.js",
  "scripts": {
    "help": "     echo 'Display help information (this screen)' &&   npm run",
    "mage": "     echo 'Run the mage binary'  &&                     mage",
    "develop": "  echo 'Run MAGE in development mode' &&             npm run mage",
    "start": "    echo 'Start MAGE as a daemon' &&                   mage start",
    "stop": "     echo 'Stop the MAGE daemon' &&                     mage stop",
    "restart": "  echo 'Restart the MAGE daemon' &&                  mage restart",
    "reload": "   echo 'Reload the MAGE daemon' &&                   mage reload",
    "status": "   echo 'Check the MAGE daemon status' &&             mage status",
    "config:server": "  echo 'Show the compiled MAGE configuration' &&                           mage config:server",
    "config:client": "  echo 'Show the compiled MAGE configuration used by clients' &&           mage config:client --app game",
    "archivist:create": " echo 'Create archivist vaults (based on current configuration)' &&     mage archivist:create",
    "archivist:migrate": "echo 'Migrate archivist vaults (based on current configuration)' &&    mage archivist:migrate",
    "archivist:drop": "   echo 'Drop the archivist vaults (based on current configuration)' &&   mage archivist:drop",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": "%MAGE_NODE_VERSION%"
  },
  "dependencies": {
    "mage": "%MAGE_PACKAGE_VERSION%"
  }
}
