-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 888 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 888 Bytes
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": "@wegolook/joi-ensure-array",
"version": "1.2.0",
"description": "Extends Joi.array() with ensure()",
"main": "lib/index.js",
"scripts": {
"test": "lab -v -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wegolook/joi-ensure-array.git"
},
"keywords": [
"hapi",
"schema",
"validation",
"joi",
"extension",
"array",
"ensure"
],
"author": "WeGoLook, LLC <dev@wegolook.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/wegolook/joi-ensure-array/issues"
},
"homepage": "https://github.com/wegolook/joi-ensure-array#readme",
"devDependencies": {
"@hapi/code": "^6.0.0",
"@hapi/joi": "^15.0.0",
"@hapi/lab": "^20.3.2"
},
"peerDependencies": {
"@hapi/joi": ">=9.0.0 <16.0.0"
},
"engines": {
"node": "^8.9.4"
},
"files": [
"lib"
]
}