{
  "name": "@wepublish/api-db-mongodb",
  "version": "4.1.1",
  "description": "We.publish Database adapter for mongoDB",
  "keywords": [
    "database",
    "mongodb",
    "publishing",
    "media",
    "newspaper",
    "cms",
    "subscription"
  ],
  "homepage": "https://github.com/wepublish/wepublish",
  "bugs": {
    "url": "https://github.com/wepublish/wepublish/issues",
    "email": "development@wepublish.ch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wepublish/wepublish.git",
    "directory": "packages/api-db-mongodb"
  },
  "main": "./lib/",
  "license": "MIT",
  "scripts": {
    "build": "run-s copy-license build:*",
    "build:typescript": "tsc -b ./src/tsconfig.json",
    "watch": "npm-run-all copy-license --parallel watch:*",
    "watch:typescript": "tsc -b ./src/tsconfig.json --watch",
    "copy-license": "shx cp ../../LICENSE ./",
    "clean": "shx rm -rf ./LICENSE ./lib",
    "prepare": "run-s clean copy-license build"
  },
  "dependencies": {
    "bcrypt": "^5.0.0",
    "joi": "^17.6.0",
    "mongodb": "^3.5.4",
    "nanoid": "^2.1.11"
  },
  "devDependencies": {
    "@types/bcrypt": "^3.0.0",
    "@types/mongodb": "^3.5.0",
    "@types/nanoid": "^2.1.0",
    "@types/node": "^13.7.7",
    "npm-run-all": "^4.1.5",
    "shx": "^0.3.2",
    "typescript": "^4.6.4"
  },
  "peerDependencies": {
    "@wepublish/api": "*"
  },
  "gitHead": "01aae60970b44661445ec63c456b068678e4592e"
}
