package.json 1.18 KB
{
  "name": "hospital",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "mocha unitTest",
    "start": "npm run test && node app.js",
    "gentest": "mocha unitTest  && NODE_ENV=gentest node app.js",
    "pullpm2": "git stash && git pull && npm install && pm2 restart app.js --name=hospital ",
    "pull": "git stash && git pull && npm install && pm2 stop hospital && npm run start "
  },
  "author": "Source Code",
  "license": "ISC",
  "dependencies": {
    "app-module-path": "^2.2.0",
    "body-parser": "^1.18.3",
    "commonlog-kb": "^1.3.5",
    "connect-flash": "^0.1.1",
    "connect-redis": "^3.4.0",
    "cookie-parser": "^1.4.3",
    "cross-env": "^5.2.0",
    "express": "^4.16.4",
    "express-request-id": "^1.4.1",
    "express-session": "^1.15.6",
    "indicative": "^3.0.6",
    "ldapjs": "^1.0.2",
    "log4js": "^3.0.6",
    "mocha": "^5.2.0",
    "moment": "^2.22.2",
    "mongodb": "^3.1.8",
    "node-json-config": "0.0.4",
    "passport": "^0.4.0",
    "passport-local": "^1.0.0",
    "passport-saml": "^0.30.0",
    "read-text-file": "^1.1.0",
    "redis": "^2.8.0",
    "sqlite3": "^4.0.2",
    "unirest": "^0.5.1",
    "uuid": "^3.3.2"
  }
}