-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
80 lines (80 loc) · 1.75 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@hapipal/hpal",
"version": "3.1.0",
"description": "hapi pal CLI",
"main": "lib/index.js",
"engines": {
"node": ">=12"
},
"directories": {
"test": "test"
},
"bin": {
"hpal": "./bin/hpal"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L test/index.js test/print.js",
"coveralls": "lab -r lcov test/index.js test/print.js | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hapipal/hpal.git"
},
"keywords": [
"hapi",
"hapijs",
"pal",
"cli",
"scaffold",
"auto-generate",
"project",
"commands"
],
"author": "Devin Ivy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hapipal/hpal/issues"
},
"homepage": "https://github.com/hapipal/hpal#readme",
"dependencies": {
"@hapi/bossy": "5.x.x",
"@hapi/bounce": "2.x.x",
"@hapi/somever": "3.x.x",
"@hapi/wreck": "17.x.x",
"@hapipal/toys": "3.x.x",
"bin-v8-flags-filter": ">=1.2.0 <2",
"glob": "7.x.x",
"marked": "1.x.x",
"marked-terminal": "4.x.x",
"mkdirp": "1.x.x",
"mo-walk": ">=1.1.0 <2",
"pkg-dir": "5.x.x",
"pluralize": "8.x.x",
"supports-color": "7.x.x"
},
"peerDependencies": {
"ts-node": "10.x.x",
"typescript": "*"
},
"peerDependenciesMeta": {
"ts-node": {
"optional": true
},
"typescript": {
"optional": true
}
},
"devDependencies": {
"@hapi/boom": "9.x.x",
"@hapi/code": "8.x.x",
"@hapi/hapi": "20.x.x",
"@hapi/lab": "24.x.x",
"@hapipal/haute-couture": "4.x.x",
"@types/hapi__hapi": "20.x.x",
"coveralls": "3.x.x",
"rimraf": "3.x.x",
"strip-ansi": "6.x.x",
"ts-node": "10.x.x",
"typescript": "4.x.x"
}
}