{
  "name": "@stenneepro/mongoose-soft-delete",
  "version": "1.2.0",
  "description": "Mongoose soft delete plugin",
  "author": "Stanislav Protaschuk <stenneepro@gmail.com>",
  "main": "dist/source/index.js",
  "types": "dist/source/index.d.ts",
  "scripts": {
    "test": "mocha --config .mocharc.json",
    "test:dist": "mocha --config .mocharc.dist.json",
    "clean": "rm -r dist",
    "build": "tsc -b source",
    "build:test": "tsc -b test",
    "prepare": "npm run build",
    "lint": "eslint source test"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/stenneepro/mongoose-soft-delete.git"
  },
  "keywords": [
    "mongoose",
    "soft",
    "delete",
    "remove",
    "plugin",
    "typescript"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stenneepro/mongoose-soft-delete/issues"
  },
  "homepage": "https://github.com/stenneepro/mongoose-soft-delete",
  "peerDependencies": {
    "mongoose": "8.x"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.5.0",
    "@tsconfig/node20": "^20.1.4",
    "@types/chai": "^4.3.16",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.14.7",
    "@typescript-eslint/eslint-plugin": "^7.13.1",
    "@typescript-eslint/parser": "^7.13.1",
    "chai": "^4.4.1",
    "eslint": "^9.5.0",
    "globals": "^15.6.0",
    "mocha": "^10.4.0",
    "mongoose": "^8.4.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.2"
  }
}
