forked from ExpediaGroup/steerage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "@vrbo/steerage",
"version": "12.4.1",
"description": "Hapi plugin for server configuration and composition using confidence, topo, and shortstop.",
"bugs": "http://github.com/expediagroup/steerage/issues",
"repository": {
"type": "git",
"url": "git://github.com/expediagroup/steerage.git"
},
"license": "MIT",
"author": "Trevor Livingston <[email protected]>",
"main": "./lib",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"commit": "cz",
"cover": "nyc npm test",
"lint": "eslint lib test",
"test": "npm run lint && tape test/*.js"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@hapi/hoek": "^9.0.4 || ^10.0.0 || ^11.0.1",
"@hapi/topo": "^5.0.0 || ^6.0.0",
"@vrbo/determination": "^6.0.1",
"dot-prop": "^6.0.0",
"joi": "^17.2.0",
"shortstop-handlers": "^1.0.1"
},
"devDependencies": {
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/hapi": "^20.2.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.33.0",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"semantic-release": "^19.0.5",
"tape": "^5.6.3"
},
"peerDependencies": {
"@hapi/hapi": ">=20.2.1"
}
}