mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +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",
|
||||
"description": "Strapi Settings Manager",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/strapi/strapi-settings-manager.git"
|
||||
},
|
||||
"description": "Strapi Plugin - Settings Manager",
|
||||
"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",
|
||||
"scripts": {
|
||||
"setup": "npm i && cd public && npm i && npm run build"
|
||||
|
Loading…
x
Reference in New Issue
Block a user