{
  "name": "sensible-app-server",
  "version": "0.0.0",
  "main": "src/index.ts",
  "scripts": {
    "start": "ts-node-dev src/index.ts --deps",
    "serve": "NODE_ENV=production pm2 start build/index.js",
    "restart": "pm2 restart build/index.js",
    "cluster": "NODE_ENV=production pm2 start build/index.js -i 0 --name sensibleapp",
    "clusterReload": "NODE_ENV=production pm2 reload sensibleapp",
    "reloadAll": "cd ../.. && git pull && yarn && yarn build && cd apps/server && yarn clusterReload",
    "build": "tsc"
  },
  "license": "ISC",
  "dependencies": {
    "core": "*",
    "sensible-core": "*",
    "sensible-server": "*",
    "sensible-files": "*"
  },
  "devDependencies": {
    "config": "*",
    "tsconfig": "*"
  }
}
