{
  "name": "@onewalker/egg-mongoose",
  "version": "4.1.5",
  "description": "egg mongoose plugin advanced by @oneWalker",
  "eggPlugin": {
    "name": "mongoose"
  },
  "keywords": [
    "egg",
    "egg-model",
    "mongoose",
    "eggPlugin",
    "egg-plugin"
  ],
  "dependencies": {
    "await-first": "^1.0.0",
    "mongoose": "^7.5.2"
  },
  "devDependencies": {
    "dotenv": "^7.0.0",
    "egg": "^3.16.0",
    "egg-bin": "^6.4.1",
    "egg-mock": "^5.10.7",
    "eslint": "^8.47.0",
    "eslint-config-egg": "^12.2.1",
    "mocha": "^10.2.0",
    "supertest": "^4.0.2"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "test": "npm run lint -- --fix && npm run test-local",
    "test-local": "egg-bin test",
    "cov": "egg-bin cov",
    "lint": "eslint .",
    "ci": "npm run lint && npm run cov",
    "contributor": "git-contributor"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "app.js",
    "agent.js",
    "config",
    "app",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onewalker/egg-mongoose.git"
  },
  "bugs": {
    "url": "https://github.com/onewalker/egg/issues"
  }
}
