-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
44 lines (44 loc) · 964 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
{
"name": "@hapi/catbox-redis",
"description": "Redis adapter for catbox",
"version": "7.0.2",
"repository": "git://github.com/hapijs/catbox-redis",
"engines": {
"node": ">=14.0.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"keywords": [
"cache",
"catbox",
"redis"
],
"eslintConfig": {
"extends": [
"plugin:@hapi/module"
]
},
"dependencies": {
"@hapi/bourne": "^3.0.0",
"@hapi/hoek": "^11.0.2",
"ioredis": "^5.0.0",
"joi": "^17.7.1"
},
"devDependencies": {
"@hapi/catbox": "^12.1.1",
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/lab": "^25.1.2",
"@types/node": "^16.18.39",
"redis-parser": "^3.0.0",
"typescript": "^5.1.6"
},
"scripts": {
"test": "lab -t 100 -a @hapi/code -L -m 15000 -Y",
"test-cov-html": "lab -r html -o coverage.html -a @hapi/code -L"
},
"license": "BSD-3-Clause"
}