-
Notifications
You must be signed in to change notification settings - Fork 211
/
package.json
75 lines (75 loc) · 1.44 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
{
"name": "@hapi/bell",
"description": "Third-party login plugin for hapi",
"version": "13.0.2",
"repository": "git://github.com/hapijs/bell",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=14.0.0"
},
"files": [
"lib"
],
"keywords": [
"hapi",
"login",
"authentication",
"oauth",
"plugin",
"auth0",
"arcgisonline",
"bitbucket",
"dropbox",
"facebook",
"fitbit",
"foursquare",
"github",
"gitlab",
"google",
"instagram",
"medium",
"linkedin",
"live",
"meetup",
"nest",
"phabricator",
"office365",
"okta",
"reddit",
"spotify",
"tumblr",
"twitter",
"vk",
"wordpress",
"yahoo"
],
"eslintConfig": {
"extends": [
"plugin:@hapi/module"
]
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/bounce": "^3.0.1",
"@hapi/cryptiles": "^6.0.1",
"@hapi/hoek": "^11.0.2",
"@hapi/wreck": "^18.0.1",
"joi": "^17.7.1"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/hapi": "^21.2.1",
"@hapi/hawk": "^8.0.0",
"@hapi/lab": "^25.0.1",
"@hapi/teamwork": "^6.0.0",
"@types/node": "^20.11.30",
"typescript": "^5.4.2"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -m 3000 -Y",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html -m 3000"
},
"license": "BSD-3-Clause"
}