{
  "name": "@onebro/oba-express-api",
  "version": "2.9.7",
  "description": "Express Api for OneBrother Apps",
  "author": "OneBrotherApps",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npm run build-ts && npm run tslint",
    "build-ts": "tsc",
    "tslint": "tslint -c tslint.json -p tsconfig.json",
    "test": "jest --forceExit --verbose --detectOpenHandles",
    "clear-test": "jest --clearCache",
    "watch-test": "npm run test --runInBand -- --watchAll",
    "serve": "node dist/index.js",
    "serve-server": "node dist/server.js",
    "start": "npm run serve",
    "start-server": "npm run serve-server",
    "watch-ts": "tsc -w",
    "watch-node": "nodemon dist/index.js",
    "watch": "npm run watch-ts && npm run watch-node",
    "watch-v": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run watch-node\"",
    "watch-node-server": "nodemon dist/server.js",
    "watch-server": "npm run watch-ts && npm run watch-node-server",
    "watch-server-v": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run watch-node-server\"",
    "debug": "npm run build && npm run watch-debug",
    "serve-debug": "nodemon --inspect dist/index.js",
    "watch-debug": "npm run watch-ts && npm run serve-debug",
    "watch-debug-v": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run serve-debug\""
  },
  "dependencies": {
    "@onebro/oba-common": "^2.8.7",
    "@onebro/oba-core-api": "^2.9.3",
    "compression": "^1.7.4",
    "config": "^3.3.6",
    "connect-mongo": "^4.6.0",
    "cookie-parser": "^1.4.5",
    "csurf": "^1.11.0",
    "errorhandler": "^1.5.1",
    "express": "^4.17.1",
    "express-flash": "0.0.2",
    "express-list-endpoints": "^6.0.0",
    "express-session": "^1.17.2",
    "express-validator": "^6.13.0",
    "helmet": "^4.6.0",
    "jsonwebtoken": "^8.5.1",
    "lusca": "^1.7.0",
    "morgan": "^1.10.0",
    "node-fetch": "^3.0.0",
    "passport": "^0.5.0",
    "pug": "^3.0.2",
    "socket.io": "^4.3.1"
  },
  "devDependencies": {
    "@types/compression": "^1.7.2",
    "@types/config": "0.0.40",
    "@types/cookie-parser": "^1.4.2",
    "@types/csurf": "^1.11.2",
    "@types/errorhandler": "^1.5.0",
    "@types/express": "^4.17.13",
    "@types/express-list-endpoints": "^6.0.0",
    "@types/express-session": "^1.17.4",
    "@types/helmet": "^4.0.0",
    "@types/jest": "^27.0.2",
    "@types/jsonwebtoken": "^8.5.5",
    "@types/lusca": "^1.7.1",
    "@types/morgan": "^1.9.3",
    "@types/node": "^16.11.6",
    "@types/passport": "^1.0.7",
    "@types/socket.io": "^3.0.2",
    "@types/supertest": "^2.0.11",
    "concurrently": "^6.3.0",
    "jest": "^27.3.1",
    "nodemon": "^2.0.14",
    "supertest": "^6.1.6",
    "ts-jest": "^27.0.7",
    "ts-node": "^10.4.0",
    "tslint": "^6.1.3",
    "typescript": "^4.4.4"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onebrother21/oba-express-api.git"
  },
  "bugs": {
    "url": "https://github.com/onebrother21/oba-express-api/issues"
  },
  "homepage": "https://github.com/onebrother21/oba-express-api#readme"
}
