{
  "name": "mongoose-delete",
  "version": "1.0.7",
  "description": "Mongoose soft delete plugin",
  "author": "Sanel Deljkic <dsanel@gmail.com> (http://dsanel.github.io/)",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "test-cov": "nyc --reporter=html --reporter=text ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:dsanel/mongoose-delete.git"
  },
  "keywords": [
    "mongoose",
    "soft",
    "delete",
    "delete",
    "remove",
    "plugin"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dsanel/mongoose-delete/issues"
  },
  "homepage": "https://github.com/dsanel/mongoose-delete",
  "peerDependencies": {
    "mongoose": "5.x || 6.x || 7.x || 8.x || 9.x"
  },
  "devDependencies": {
    "chai": "^6.2.0",
    "mocha": "^11.7.5",
    "mongoose": "^9.0.1",
    "nyc": "^17.1.0"
  }
}
