forked from hapijs/nes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 990 Bytes
/
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
{
"name": "@hapi/nes",
"description": "WebSocket adapter plugin for hapi routes",
"version": "12.0.4",
"repository": "git://github.com/hapijs/nes",
"engines": {
"node": ">=12.0.0"
},
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"hapi",
"plugin",
"websocket"
],
"eslintConfig": {
"extends": [
"plugin:@hapi/module"
]
},
"dependencies": {
"@hapi/boom": "9.x.x",
"@hapi/bounce": "2.x.x",
"@hapi/call": "8.x.x",
"@hapi/cryptiles": "5.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/iron": "6.x.x",
"@hapi/teamwork": "5.x.x",
"@hapi/validate": "1.x.x",
"ws": "^7.3.1"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/eslint-plugin": "^5.0.0",
"@hapi/hapi": "20.x.x",
"@hapi/lab": "24.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -m 10000",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html -m 10000"
},
"license": "BSD-3-Clause"
}