{
  "name": "feathers-mongodb",
  "description": "Feathers MongoDB service",
  "version": "6.4.1",
  "homepage": "https://github.com/feathersjs-ecosystem/feathers-mongodb",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs-ecosystem/feathers-mongodb.git"
  },
  "bugs": {
    "url": "https://github.com/feathersjs-ecosystem/feathers-mongodb/issues"
  },
  "license": "MIT",
  "keywords": [
    "feathers",
    "feathers-plugin",
    "REST",
    "Socket.io",
    "realtime",
    "mongo",
    "mongoskin",
    "mongodb",
    "service"
  ],
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "http://feathersjs.com"
  },
  "contributors": [
    "Eric Kryski <e.kryski@gmail.com> (http://erickryski.com)",
    "David Luecke <daff@neyeon.de> (http://neyeon.com)",
    "Marshall Thompson <marshall@creativeideal.net>"
  ],
  "main": "lib/",
  "types": "types",
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "lib/**",
    "types/**",
    "*.d.ts",
    "*.js"
  ],
  "scripts": {
    "postpublish": "git push origin --tags && npm run changelog && git push origin",
    "changelog": "github_changelog_generator --user feathersjs-ecosystem --project feathers-mongodb && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "lint": "semistandard --fix",
    "dtslint": "dtslint types",
    "update-dependencies": "ncu -u",
    "mocha": "mocha --recursive test/ --exit",
    "coverage": "nyc npm run mocha",
    "test": "npm run lint && npm run dtslint && npm run coverage",
    "mongodb": "run-rs -v 4.0.0"
  },
  "semistandard": {
    "env": [
      "mocha"
    ]
  },
  "engines": {
    "node": ">= 8"
  },
  "dependencies": {
    "@feathersjs/adapter-commons": "^4.5.11",
    "@feathersjs/commons": "^4.5.11",
    "@feathersjs/errors": "^4.5.11"
  },
  "devDependencies": {
    "@feathersjs/adapter-tests": "^4.5.11",
    "@feathersjs/express": "^4.5.11",
    "@feathersjs/feathers": "^4.5.11",
    "@feathersjs/socketio": "^4.5.11",
    "chai": "^4.3.4",
    "dtslint": "^4.2.1",
    "mocha": "^9.1.3",
    "mongodb": "^4.2.2",
    "npm-check-updates": "^12.0.5",
    "nyc": "^15.1.0",
    "run-rs": "^0.7.5",
    "semistandard": "^16.0.1",
    "typescript": "^4.5.4"
  }
}