-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
37 lines (37 loc) · 898 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
35
36
37
{
"name": "mongoose-delete",
"version": "1.0.2",
"description": "Mongoose soft delete plugin",
"author": "Sanel Deljkic <[email protected]> (http://dsanel.github.io/)",
"main": "index.js",
"scripts": {
"test": "mocha",
"test-cov": "nyc --reporter=html --reporter=text ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
},
"repository": {
"type": "git",
"url": "[email protected]:dsanel/mongoose-delete.git"
},
"keywords": [
"mongoose",
"soft",
"delete",
"delete",
"remove",
"plugin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dsanel/mongoose-delete/issues"
},
"homepage": "https://github.com/dsanel/mongoose-delete",
"peerDependencies": {
"mongoose": "5.x || 6.x || 7.x || 8.x"
},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0",
"mongoose": "^8.1.1",
"nyc": "^15.0.0"
}
}