{
  "name": "oba-dev-apis",
  "version": "2.3.2",
  "description": "One Brother Apps:Dev Backend",
  "author": "OneBrother",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "npm run serve",
    "build": "npm run build-ts && npm run tslint",
    "serve": "node dist/index.js",
    "start-server": "node dist/server.js",
    "watch-server": "npm run watch-ts && nodemon dist/server.js",
    "watch-node": "nodemon dist/index.js",
    "watch": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run watch-node\"",
    "test-v": "jest --forceExit --runInBand --coverage --verbose",
    "watch-test-v": "npm run test --watchAll",
    "clear-test": "jest --clearCache",
    "test": "jest --forceExit --verbose",
    "watch-test": "npm run test --runInBand -- --watchAll",
    "build-ts": "tsc",
    "watch-ts": "tsc -w",
    "tslint": "tslint -c tslint.json -p tsconfig.json",
    "debug": "npm run build && npm run watch-debug",
    "serve-debug": "nodemon --inspect dist/index.js",
    "watch-debug": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run serve-debug\""
  },
  "dependencies": {
    "@onebro/appmaster": "^2.3.0",
    "@onebro/oba-common": "^2.3.0",
    "@onebro/oba-dev-workers": "^1.4.2",
    "bcrypt": "^5.0.0",
    "config": "^3.3.1",
    "deepmerge": "^4.2.2",
    "express-validator": "^6.5.0",
    "gridfs-stream": "^1.1.1",
    "jsonwebtoken": "^8.5.1",
    "md5": "^2.2.1",
    "mongoose": "^5.9.19",
    "mongoose-unique-validator": "^2.0.3",
    "multer": "^1.4.2",
    "multer-gridfs-storage": "^4.1.0",
    "sharp": "^0.26.0"
  },
  "devDependencies": {
    "@types/bcrypt": "^3.0.0",
    "@types/config": "0.0.36",
    "@types/express-validator": "^3.0.0",
    "@types/gridfs-stream": "^0.5.33",
    "@types/jest": "^24.0.16",
    "@types/md5": "^2.2.0",
    "@types/mongoose": "^5.7.29",
    "@types/mongoose-unique-validator": "^1.0.4",
    "@types/multer-gridfs-storage": "^4.0.1",
    "@types/node": "^12.12.47",
    "@types/sharp": "^0.25.1",
    "@types/supertest": "^2.0.10",
    "@types/jsonwebtoken": "^8.5.0",
    "concurrently": "^5.3.0",
    "jest": "^24.8.0",
    "nodemon": "^1.19.1",
    "supertest": "^4.0.2",
    "ts-jest": "^26.3.0",
    "ts-node": "^8.10.2",
    "tslint": "^5.18.0",
    "typescript": "^3.9.5"
  }
}
