-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 950 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 950 Bytes
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
{
"description": "redis middleware of bpframework",
"dependencies": {
"febs": "^1.2.1",
"ioredis": "^4.25.0",
"redlock": "^4.2.0"
},
"devDependencies": {
"@types/ioredis": "^4.22.3",
"@types/redlock": "^4.0.1"
},
"directories": {},
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/bpcloud/middleware-redis#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bpcloud/middleware-redis.git"
},
"scripts": {
"prepublishOnly": "tsc --build tsconfig.json",
"build": "tsc --build tsconfig.json"
},
"keywords": [
"bpframework",
"redis"
],
"files": [
"dist",
"types",
"index.js"
],
"types": "types/index.d.ts",
"license": "MIT",
"main": "./dist/index.js",
"maintainers": [
{
"name": "brainpoint",
"email": "bpoint.lee@gmail.com"
}
],
"name": "@bpframework/middleware-redis",
"version": "0.0.6"
}