UNPKG

egg-mongoose

Version:
57 lines (56 loc) 1.12 kB
{ "name": "egg-mongoose", "version": "4.0.1", "description": "egg mongoose plugin", "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/eggjs/egg-mongoose.git" }, "bugs": { "url": "https://github.com/eggjs/egg/issues" } }