-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
85 lines (85 loc) · 1.88 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
81
82
83
84
85
{
"name": "@hapipal/haute-couture",
"version": "4.3.1",
"description": "File-based hapi plugin composer",
"main": "lib/index.js",
"engines": {
"node": ">=12"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 && lab -dlL",
"coveralls": "lab -r lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hapipal/haute-couture.git"
},
"keywords": [
"hapi",
"hapijs",
"scaffold",
"boilerplate",
"directory",
"structure",
"utility",
"schwifty",
"schmervice",
"compose",
"plugin"
],
"author": "Devin Ivy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hapipal/haute-couture/issues"
},
"homepage": "https://github.com/hapipal/haute-couture#readme",
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
"haute": "^4.0.0",
"mo-walk": "^1.1.0",
"parent-module": "^2.0.0"
},
"peerDependencies": {
"@hapi/hapi": ">=19 <22",
"@hapi/nes": ">=11",
"@hapi/vision": ">=5",
"@hapipal/schmervice": ">=2",
"@hapipal/schwifty": ">=6"
},
"peerDependenciesMeta": {
"@hapi/nes": {
"optional": true
},
"@hapi/vision": {
"optional": true
},
"@hapipal/schmervice": {
"optional": true
},
"@hapipal/schwifty": {
"optional": true
}
},
"devDependencies": {
"@hapi/catbox-memory": "^5.0.0",
"@hapi/code": "^8.0.0",
"@hapi/hapi": "^20.0.0",
"@hapi/lab": "^24.0.0",
"@hapi/nes": "^12.0.0",
"@hapi/teamwork": "^5.0.0",
"@hapi/vision": "^6.0.0",
"@hapipal/schmervice": "^2.1.0",
"@hapipal/schwifty": "^6.2.0",
"coveralls": "^3.0.0",
"glob": "^7.0.0",
"hapi-api-version": "^2.0.0",
"joi": "^17.0.0",
"knex": "^0.21.0",
"objection": "^2.0.0",
"renamer": "^2.0.0"
}
}