mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 16:53:05 +00:00
28 lines
563 B
JSON
28 lines
563 B
JSON
{
|
|
"name": "strapi-settings-manager",
|
|
"version": "0.0.0",
|
|
"description": "Strapi Settings Manager",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi-settings-manager.git"
|
|
},
|
|
"engines": {
|
|
"npm": ">=3"
|
|
},
|
|
"author": "Strapi",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"setup": "npm i && cd public && npm i && npm run build"
|
|
},
|
|
"pre-commit": [
|
|
"lint:admin"
|
|
],
|
|
"dependencies": {
|
|
"fs-extra": "^1.0.0",
|
|
"lodash": "^4.17.2",
|
|
"semver": "^5.3.0",
|
|
"validator": "^6.1.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|