strapi-plugin-config-sync/package.json

29 lines
538 B
JSON

{
"name": "strapi-plugin-config",
"version": "0.0.0",
"description": "This is the description of the plugin.",
"strapi": {
"name": "config",
"icon": "plug",
"description": "Description of config plugin."
},
"dependencies": {},
"author": {
"name": "A Strapi developer",
"email": "",
"url": ""
},
"maintainers": [
{
"name": "A Strapi developer",
"email": "",
"url": ""
}
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}