{
   "name": "@ha8rt/mongo.server",
   "version": "1.0.64",
   "description": "",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",
   "scripts": {
      "build": "tsc -w",
      "publish-dist": "rm -rf dist && rm tsconfig.tsbuildinfo && tsc --extendedDiagnostics && cp package.json dist/ && cp package-lock.json dist/ && npm publish dist"
   },
   "repository": {
      "type": "git",
      "url": "git+https://github.com/ha8rt/mongo.server.git"
   },
   "author": "",
   "license": "ISC",
   "bugs": {
      "url": "https://github.com/ha8rt/mongo.server/issues"
   },
   "homepage": "https://github.com/ha8rt/mongo.server#readme",
   "dependencies": {
      "@typegoose/typegoose": "^6.4.0",
      "@types/express": "^4.17.6",
      "@types/lodash": "^4.14.150",
      "@types/mongodb": "^3.5.8",
      "@types/mongoose": "^5.7.12",
      "@types/morgan": "^1.9.0",
      "@types/nodemailer": "^6.4.0",
      "@types/oracledb": "^4.2.0",
      "@types/pg": "^7.14.3",
      "@types/uid-safe": "^2.1.2",
      "express": "^4.17.1",
      "lodash": "^4.17.15",
      "mongodb": "^3.5.6",
      "mongoose": "^5.9.9",
      "morgan": "^1.10.0",
      "nodemailer": "^6.4.6",
      "oracledb": "^4.2.0",
      "pg": "^7.18.2",
      "typescript": "^3.8.3",
      "uid-safe": "^2.1.5"
   },
   "devDependencies": {
      "tslint": "^5.20.1"
   }
}