mirror of
https://github.com/strapi/strapi.git
synced 2025-09-28 09:49:36 +00:00
Update package.json
This commit is contained in:
parent
bd91a2ef93
commit
5b5c340ca3
@ -1,15 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-settings-manager",
|
"name": "strapi-plugin-settings-manager",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "Strapi Settings Manager",
|
"description": "Strapi Plugin - Settings Manager",
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git://github.com/strapi/strapi-settings-manager.git"
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": ">=3"
|
"node": ">= 7.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
},
|
},
|
||||||
"author": "Strapi",
|
"author": {
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"name": "Strapi team",
|
||||||
|
"url": "http://strapi.io"
|
||||||
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "Strapi team",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "http://strapi.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"setup": "npm i && cd public && npm i && npm run build"
|
"setup": "npm i && cd public && npm i && npm run build"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user