-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "hapi-mongoose-errors",
"version": "2.0.0",
"description": "Support for transform mongoose errors to different specifications on Hapi.js",
"main": "lib/index.js",
"scripts": {
"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-errors",
"hapi",
"mongoose",
"jsonapi"
],
"author": "Luis Miguel Bula Mora <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@hapi/hoek": "^9.1.1",
"joi": "^17.3.0",
"lodash": "^4.17.20",
"mongoose": "^5.11.13"
},
"devDependencies": {
"@hapi/code": "^8.0.2",
"@hapi/hapi": "^20.0.3",
"@hapi/lab": "^24.1.0",
"joi": "^17.3.0",
"lodash": "^4.17.20",
"hapi-mongoose-request": "^2.0.0",
"mongoose": "^5.11.12"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bulaluis/hapi-mongoose-errors.git"
},
"bugs": {
"url": "https://github.com/bulaluis/hapi-mongoose-errors/issues"
},
"homepage": "https://github.com/bulaluis/hapi-mongoose-errors#readme"
}