{
  "name": "mongoose-lean-defaults",
  "version": "2.3.1",
  "description": "Attach defaults to the results of mongoose queries when using `.lean()`",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "jest",
    "dev": "jest --watchAll",
    "build": "tsc --project tsconfig.build.json",
    "bench": "tsc --project tsconfig.json && node dist/bench/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/douglasgabr/mongoose-lean-defaults.git"
  },
  "keywords": [
    "mongoose",
    "lean",
    "defaults",
    "mongodb"
  ],
  "author": "Douglas Francisco Gabriel <douglasgabriel99@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/douglasgabr/mongoose-lean-defaults/issues"
  },
  "homepage": "https://github.com/douglasgabr/mongoose-lean-defaults#readme",
  "dependencies": {
    "mpath": "^0.9.0"
  },
  "peerDependencies": {
    "mongoose": ">=5.11.0"
  },
  "devDependencies": {
    "@swc/core": "^1.2.196",
    "@swc/jest": "^0.2.21",
    "@types/jest": "^28.1.0",
    "@types/node": "^14.0.0",
    "@typescript-eslint/eslint-plugin": "^5.27.0",
    "@typescript-eslint/parser": "^5.27.0",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.5.0",
    "jest": "^28.1.0",
    "mongoose": "^6.0.0",
    "mongoose-lean-getters": "^0.3.3",
    "mongoose-lean-virtuals": "^0.9.1",
    "prettier": "2.6.2",
    "typescript": "^4.7.0"
  }
}
