-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.26 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
{
"name": "@strapi-community/plugin-redis",
"version": "2.0.0",
"description": "Plugin used to centralize management of Redis connections in Strapi",
"strapi": {
"displayName": "Redis",
"name": "redis",
"description": "Plugin used to centralize management of Redis connections in Strapi",
"required": false,
"kind": "plugin"
},
"dependencies": {
"chalk": "4.1.2",
"debug": "4.3.5",
"ioredis": "5.4.1",
"redlock": "5.0.0-beta.2"
},
"peerDependencies": {
"@strapi/strapi": "^5.0.0"
},
"scripts": {},
"author": {
"name": "Derrick Mehaffy",
"email": "derrickmehaffy@gmail.com",
"url": "https://github.com/derrickmehaffy"
},
"maintainers": [
{
"name": "Strapi Community",
"url": "https://github.com/strapi-community"
},
{
"name": "Derrick Mehaffy",
"email": "derrickmehaffy@gmail.com",
"url": "https://github.com/derrickmehaffy",
"lead": true
},
{
"name": "Excl Networks Inc."
}
],
"bugs": {
"url": "https://github.com/strapi-community/plugin-redis/issues"
},
"repository": {
"type": "git",
"url": "github:strapi-community/plugin-redis"
},
"homepage": "https://strapi-community.github.io/plugin-redis/",
"license": "MIT"
}