forked from ExFabrica/strapi-plugin-awesome-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 938 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 938 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
{
"name": "@exfabrica/strapi-plugin-awesome-seo",
"private": false,
"version": "1.0.0-beta.1.2",
"description": "First exFabrica Strapi Plugin.",
"strapi": {
"name": "cms-analyzer",
"icon": "plug",
"description": "Awesome SEO crawls your front website to display in Strapi tips and rating to boost your SEO.",
"kind": "plugin",
"displayName": "Awesome SEO"
},
"dependencies": {
"@exfabrica/cms-engine-analyzer": "^0.9.6",
"@strapi/utils": "^4.15.4"
},
"devDependencies": {},
"peerDependencies": {
"@strapi/strapi": "^4.15.4"
},
"author": {
"name": "exFabrica.io",
"email": "research@exfabrica.io",
"url": "https://exfabrica.io"
},
"maintainers": [
{
"name": "exFabrica.io",
"email": "research@exfabrica.io",
"url": "https://exfabrica.io"
}
],
"engines": {
"node": ">=12.x.x <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}