forked from teradonburi/mongoose-lean-methods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "mongoose-lean-methods",
"version": "0.1.1",
"description": "Attach methods to the results of mongoose queries when using `.lean()`. Highly inspired by mongoose-lean-virtuals and mongoose-lean-defaults.",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teradonburi/mongoose-lean-methods.git"
},
"keywords": [
"mongodb",
"mongoose",
"lean",
"methods"
],
"author": "teradonburi",
"license": "ISC",
"bugs": {
"url": "https://github.com/teradonburi/mongoose-lean-methods/issues"
},
"homepage": "https://github.com/teradonburi/mongoose-lean-methods#readme",
"devDependencies": {
"eslint": "^6.8.0",
"jest": "^26.0.0",
"mongoose": "^5.9.12"
},
"dependencies": {
"mpath": "^0.7.0"
}
}