forked from bulaluis/hapi-mongoose-request
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.44 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "hapi-mongoose-request-next",
"version": "2.1.0",
"description": "Set models in every request for Hapi.js",
"main": "lib/index.js",
"scripts": {
"link": "npm link mongoose",
"linkAll": "npm link mongoose mongo hapi-mongoose-models-next && npm link",
"test": "./node_modules/@hapi/lab/bin/lab -c -C -v",
"test-coverage": "./node_modules/@hapi/lab/bin/lab -t 100",
"test-coverage-html": "./node_modules/@hapi/lab/bin/lab -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html"
},
"keywords": [
"hapi-mongoose-request",
"hapi-mongoose-request-next",
"hapi",
"mongoose",
"request"
],
"author": "Luis Miguel Bula Mora <[email protected]>",
"contributors": ["John Manko (https://github.com/johnmanko)"],
"license": "MIT",
"peerDependencies": {
"@hapi/hoek": "^9.1.1",
"inflection": "^1.7.1",
"joi": "^17.4.2",
"mongoose": "^6.1.4"
},
"devDependencies": {
"@hapi/code": "^8.0.3",
"@hapi/hapi": "^20.1.5",
"@hapi/lab": "^24.3.2",
"eslint": "^7.18.0",
"hapi-mongoose-models-next": "^2.1.0",
"mongoose": "^6.1.4"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bulaluis/hapi-mongoose-request.git"
},
"bugs": {
"url": "https://github.com/bulaluis/hapi-mongoose-request/issues"
},
"homepage": "https://github.com/bulaluis/hapi-mongoose-request#readme"
}