{
  "name": "feathers-mongoose",
  "description": "A Feathers service adapter for the Mongoose ORM",
  "version": "8.5.1",
  "homepage": "https://github.com/feathersjs-ecosystem/feathers-mongoose",
  "main": "lib/",
  "types": "types",
  "keywords": [
    "feathers",
    "feathers-plugin",
    "REST",
    "Socket.io",
    "realtime",
    "mongodb",
    "mongo",
    "mongoose",
    "service"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs-ecosystem/feathers-mongoose.git"
  },
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "contributors": [
    "Eric Kryski <e.kryski@gmail.com> (http://erickryski.com)",
    "Glavin Wiechert <glavin.wiechert@gmail.com> (https://github.com/Glavin001)",
    "Marshall Thompson <marshall@creativeideal.net> (https://github.com/marshallswain)"
  ],
  "bugs": {
    "url": "https://github.com/feathersjs-ecosystem/feathers-mongoose/issues"
  },
  "engines": {
    "node": ">= 12"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "lib/**",
    "types/**",
    "*.d.ts",
    "*.js"
  ],
  "scripts": {
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "changelog": "github_changelog_generator --user feathersjs-ecosystem --project feathers-mongoose && 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",
    "mongodb": "run-rs -v 4.0.0",
    "lint": "semistandard --fix",
    "dtslint": "dtslint types",
    "mocha": "mocha --timeout 5000 --recursive test/ --exit",
    "update-dependencies": "ncu -u",
    "coverage": "nyc npm run mocha",
    "test": "npm run lint && npm run dtslint && npm run coverage"
  },
  "semistandard": {
    "env": [
      "mocha"
    ]
  },
  "directories": {
    "lib": "lib"
  },
  "peerDependencies": {
    "mongoose": ">=6.0.11"
  },
  "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.0",
    "mocha": "^9.1.3",
    "mongoose": "^6.0.12",
    "npm-check-updates": "^11.8.5",
    "nyc": "^15.1.0",
    "run-rs": "^0.7.5",
    "semistandard": "^16.0.1",
    "sinon": "^11.1.2",
    "sinon-chai": "^3.7.0",
    "typescript": "^4.4.4"
  }
}
