-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
executable file
·66 lines (66 loc) · 1.66 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
{
"name": "@hapi/hapi",
"description": "HTTP Server framework",
"homepage": "https://hapi.dev",
"version": "21.3.12",
"repository": "git://github.com/hapijs/hapi",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=14.15.0"
},
"files": [
"lib"
],
"keywords": [
"framework",
"http",
"api",
"web"
],
"eslintConfig": {
"extends": [
"plugin:@hapi/module"
]
},
"dependencies": {
"@hapi/accept": "^6.0.3",
"@hapi/ammo": "^6.0.1",
"@hapi/boom": "^10.0.1",
"@hapi/bounce": "^3.0.2",
"@hapi/call": "^9.0.1",
"@hapi/catbox": "^12.1.1",
"@hapi/catbox-memory": "^6.0.2",
"@hapi/heavy": "^8.0.1",
"@hapi/hoek": "^11.0.6",
"@hapi/mimos": "^7.0.1",
"@hapi/podium": "^5.0.1",
"@hapi/shot": "^6.0.1",
"@hapi/somever": "^4.1.1",
"@hapi/statehood": "^8.1.1",
"@hapi/subtext": "^8.1.0",
"@hapi/teamwork": "^6.0.0",
"@hapi/topo": "^6.0.2",
"@hapi/validate": "^2.0.1"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/inert": "^7.1.0",
"@hapi/joi-legacy-test": "npm:@hapi/joi@^15.0.0",
"@hapi/lab": "^25.3.2",
"@hapi/vision": "^7.0.3",
"@hapi/wreck": "^18.1.0",
"@types/node": "^18.19.59",
"handlebars": "^4.7.8",
"joi": "^17.13.3",
"legacy-readable-stream": "npm:readable-stream@^1.0.34",
"typescript": "^4.9.4"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -m 5000 -Y",
"test-tap": "lab -a @hapi/code -r tap -o tests.tap -m 5000",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html -m 5000"
},
"license": "BSD-3-Clause"
}