{
  "name": "TMEN",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "npm run tslint && npm run ejslint && npm run mocha",
    "mocha": "mocha -r ts-node/register test/*.ts --timeout 10000  --exit",
    "start": "npm run serve",
    "build": " npm run build-ts && npm run tslint && && npm run copy-static-assets",
    "serve": "node dist/server.js",
    "watch-node": "nodemon dist/server.js",
    "build-ts": "tsc",
    "watch-ts": "tsc -w",
    "tslint": "tslint -c tslint.json -p tsconfig.json",
    "debug": "npm run build",
    "serve-debug": "nodemon --inspect dist/server.js",
    "copy-static-assets": "ts-node staticAssetsCopy.ts",
    "ejslint": "ejslint  src/views/*.ejs"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/body-parser": "^1.17.0",
    "@types/cors": "^2.8.4",
    "@types/dotenv": "^6.1.1",
    "@types/errorhandler": "0.0.32",
    "@types/express": "^4.16.1",
    "@types/helmet": "0.0.43",
    "@types/mongodb": "^3.1.25",
    "@types/mongoose": "^5.3.26",
    "@types/node": "^11.13.7",
    "@types/shelljs": "^0.8.5",
    "body-parser": "^1.18.3",
    "cors": "^2.8.5",
    "dotenv": "^8.0.0",
    "ejs": "^2.6.1",
    "errorhandler": "^1.5.0",
    "express": "^4.16.4",
    "helmet": "^3.16.0",
    "mongodb": "^3.2.3",
    "mongoose": "^5.5.3",
    "shelljs": "^0.8.3"
  },
  "devDependencies": {
    "@types/chai": "4.1.7",
    "@types/chai-http": "4.2.0",
    "@types/mocha": "5.2.7",
    "chai": "4.2.0",
    "chai-http": "4.3.0",
    "ejs-lint": "0.3.0",
    "mocha": "6.1.4",
    "ts-node": "8.2.0",
    "tslint": "5.17.0",
    "typescript": "3.5.1"
  }
}
