forked from hapijs/joi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·33 lines (33 loc) · 896 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
{
"name": "@hapi/joi",
"description": "Object schema validation",
"version": "16.0.0-rc2",
"homepage": "https://github.com/hapijs/joi",
"repository": "git://github.com/hapijs/joi",
"main": "lib/index.js",
"keywords": [
"schema",
"validation"
],
"dependencies": {
"@hapi/address": "2.x.x",
"@hapi/bourne": "1.x.x",
"@hapi/formula": "1.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/marker": "1.x.x",
"@hapi/topo": "3.x.x"
},
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/lab": "19.x.x",
"@hapi/joi-legacy-test": "npm:@hapi/joi@15.x.x",
"hapitoc": "1.x.x"
},
"scripts": {
"test": "lab -t 100 -a @hapi/code -L",
"test-cov-html": "lab -r html -o coverage.html -a @hapi/code",
"toc": "hapitoc && node docs/check-errors-list.js",
"version": "npm run toc && git add API.md README.md"
},
"license": "BSD-3-Clause"
}