-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
42 lines (42 loc) · 984 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
39
40
41
42
{
"name": "felicity",
"version": "6.0.0",
"description": "Javascript object instantiation from Joi schema",
"main": "lib/index.js",
"scripts": {
"test": "lab -t 100 -a @hapi/code -L",
"test-cover": "lab -a @hapi/code -L -r html > test/test.html && open test/test.html",
"doctoc": "doctoc API.md"
},
"repository": "git://github.com/xogroup/felicity",
"keywords": [
"joi",
"validation",
"schema",
"constructor",
"test",
"example",
"mock"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/xogroup/felicity/issues"
},
"homepage": "https://github.com/xogroup/felicity#readme",
"dependencies": {
"@hapi/hoek": "9.x.x",
"@hapi/joi-date": "2.x.x",
"joi": "17.x.x",
"moment": "2.x.x",
"randexp": "0.5.x",
"uuid": "8.x.x"
},
"peerDependencies": {
"joi": "17.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x",
"doctoc": "2.x.x"
}
}