{
  "name": "@theatersoft/home",
  "version": "2.0.16",
  "description": "Theatersoft Home",
  "repository": "theatersoft/home",
  "author": "Rob Huehn <rob@theatersoft.com>",
  "license": "AGPL-3.0",
  "engines": {
    "node": ">=8.5.0"
  },
  "scripts": {
    "config": "node index config",
    "deploy": "node index deploy"
  },
  "deployScripts": {
    "debug": "npm explore @theatersoft/server npm run debug-opt",
    "debug-child": "npm explore @theatersoft/server npm run debug-child",
    "start": "npm explore @theatersoft/server npm run start-opt",
    "start-child": "npm explore @theatersoft/server npm run start-child"
  },
  "dependencies": {
    "@theatersoft/client": "~1",
    "@theatersoft/device": "~1",
    "@theatersoft/server": "~3",
    "shelljs": "^0.7.7"
  }
}