-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 998 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
46
47
48
{
"name": "@10life/strapi-plugin-advanced-cache-manager",
"version": "1.0.5",
"description": "A Cache Management for Strapi.",
"strapi": {
"name": "advanced-cache-manager",
"description": "A Cache Management for Strapi.",
"kind": "plugin",
"displayName": "Advanced Cache Manager"
},
"repository": {
"type": "git",
"url": "https://github.com/10Life/strapi-plugin-advanced-cache-manager.git"
},
"keywords": [
"strapi",
"cache",
"graphql",
"cdn"
],
"files": [
"admin",
"server",
"strapi-admin.js",
"strapi-server.js"
],
"dependencies": {
"apollo-server-cache-redis": "3.3.1",
"apollo-server-core": "3.12.1",
"apollo-server-plugin-response-cache": "3.8.2",
"aws-sdk": "^2.1305.0"
},
"peerDependencies": {
"@strapi/strapi": "^4.4.0"
},
"author": {
"name": "Roy To"
},
"maintainers": [
{
"name": "Roy To"
}
],
"engines": {
"npm": ">=6.0.0"
},
"license": "MIT"
}