-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.39 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@hapipal/hpal-debug",
"version": "2.1.0",
"description": "hapijs debugging tools for the hpal CLI",
"main": "lib/index.js",
"engines": {
"node": ">=12"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L",
"coveralls": "lab -r lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hapipal/hpal-debug.git"
},
"keywords": [
"hapi",
"pal",
"hpal",
"debug",
"cli",
"curl"
],
"author": "Devin Ivy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hapipal/hpal-debug/issues"
},
"homepage": "https://github.com/hapipal/hpal-debug#readme",
"dependencies": {
"@hapi/bossy": "^5.0.0",
"@hapipal/toys": "^3.2.0",
"cli-table": "^0.3.0",
"word-wrap": "^1.0.0"
},
"peerDependencies": {
"@hapi/hapi": ">=19 <22",
"joi": ">=17 <18"
},
"peerDependenciesMeta": {
"joi": {
"optional": true
}
},
"devDependencies": {
"@hapi/code": "^8.0.0",
"@hapi/hapi": "^20.0.0",
"@hapi/lab": "^24.0.0",
"@hapi/somever": "^3.0.0",
"@hapipal/hpal": "^3.0.0",
"@hapipal/schmervice": "^2.0.0",
"@hapipal/schwifty": "^6.0.0",
"coveralls": "^3.0.0",
"joi": "^17.0.0",
"knex": "^0.21.0",
"objection": "^2.0.0",
"strip-ansi": "^6.0.0",
"uuid": "^8.0.0"
}
}