-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.38 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
{
"name": "@code-mancers/strapi-plugin-stellate",
"private": false,
"version": "1.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/code-mancers/strapi-plugin-stellate"
},
"homepage": "https://github.com/code-mancers/strapi-plugin-stellate#readme",
"description": "Strapi Plugin Stellate is a plugin for the Strapi headless CMS that provides a convenient way to purge the cache.",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"axios": "^1.3.4"
},
"peerDependencies": {
"@strapi/strapi": "4.9.0"
},
"author": {
"name": "Syed Sibtain & Sujay Prabhu"
},
"maintainers": [
{
"name": "Syed Sibtain",
"email": "[email protected]"
},
{
"name": "Sujay Prabhu",
"email": "[email protected]"
}
],
"strapi": {
"uuid": "8709b874-313a-4117-9de3-7a111ff91edc",
"displayName": "Strapi Plugin Stellate",
"name": "stellate",
"description": "Strapi Plugin Stellate is a plugin for the Strapi headless CMS that provides a convenient way to purge the cache.",
"kind": "plugin"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"keywords": [
"strapi",
"strapi-plugin",
"stellate-cache",
"strapi-v4",
"stellate"
],
"license": "MIT"
}