-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 977 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
{
"name": "joi-array-extension",
"description": "Joi extension for arrays",
"version": "0.1.1",
"homepage": "https://github.com/kylelaverty/joi-array-extension",
"repository": "git://github.com/kylelaverty/joi-array-extension",
"bugs": "https://github.com/kylelaverty/joi-array-extension/issues",
"author": "Kyle Laverty <[email protected]>",
"main": "lib/index.js",
"keywords": [
"schema",
"validation",
"string",
"parse",
"joi",
"extension"
],
"engines": {
"node": ">=4.0.0"
},
"peerDependencies": {
"joi": ">=10.3.0"
},
"devDependencies": {
"joi": "11.x.x",
"nyc": "11.7.3",
"mocha": "5.1.1",
"eslint": "4.19.1",
"chai": "4.1.2"
},
"scripts": {
"lint": "eslint .",
"test": "nyc --all mocha --recursive ./tests"
},
"license": "BSD-3-Clause"
}