-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
38
{
"name": "@y-io/hapi-mongoose",
"version": "2.0.0",
"description": "Mongoose plugin for HapiJS",
"main": "lib/index.js",
"scripts": {
"test": "lab -c -v -M 5000 -t 90 -a @hapi/code -L"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yauri-io/hapi-mongoose.git"
},
"keywords": [
"hapijs",
"mongoose"
],
"author": "y-io",
"license": "MIT",
"bugs": {
"url": "https://github.com/yauri-io/hapi-mongoose/issues"
},
"homepage": "https://github.com/yauri-io/hapi-mongoose#readme",
"dependencies": {
"@hapi/hoek": "^9.2.1",
"bluebird": "^3.7.2",
"joi": "^17.6.0",
"mongoose": "^6.2.7"
},
"peerDependencies": {
"@hapi/hapi": ">=20.0.1"
},
"devDependencies": {
"@hapi/code": "^8.0.7",
"@hapi/eslint-config-hapi": "^13.0.2",
"@hapi/eslint-plugin-hapi": "^4.3.6",
"@hapi/lab": "^24.5.1"
}
}