{
  "description": "Theatersoft Home site installation",
  "private": true,
  "scripts": {
    "config": "npm explore @theatersoft/home -- npm run config",
    "deploy": "npm explore @theatersoft/home -- npm run deploy"
  },
  "dependencies": {
    "@theatersoft/home": "~2"
  },
  "theatersoft": {
    "pack": false,
    "port": 443
  }
}