forked from strapi/starters-and-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 776 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
{
"name": "@strapi/starter-next-corporate",
"version": "1.0.4",
"description": "Strapi corporate starter with Next.js",
"keywords": [
"strapi",
"starter",
"nextjs",
"corporate"
],
"homepage": "https://github.com/strapi/starters-and-templates/tree/main/packages/starters/next-corporate#readme",
"bugs": {
"url": "https://github.com/strapi/starters-and-templates/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strapi/starters-and-templates.git"
},
"license": "MIT",
"author": {
"name": "Strapi team",
"email": "[email protected]",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "[email protected]",
"url": "https://strapi.io"
}
]
}