strapi-plugin-config-sync/package.json

43 lines
1.2 KiB
JSON

{
"name": "strapi-plugin-config-sync",
"version": "0.1.1",
"description": "Manage your Strapi database configuration as partial json files which can be imported/exported across environments. ",
"strapi": {
"name": "config-sync",
"icon": "plug",
"description": "Manage your Strapi database configuration as partial json files which can be imported/exported across environments. "
},
"dependencies": {
"immutable": "^4.0.0-rc.12",
"react": "^16.13.1",
"react-diff-viewer": "^3.1.1",
"react-dom": "^16.9.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"author": {
"name": "Boaz Poolman",
"email": "info@boazpoolman.nl",
"url": "https://github.com/boazpoolman"
},
"maintainers": [
{
"name": "Boaz Poolman",
"email": "info@boazpoolman.nl",
"url": "https://github.com/boazpoolman"
}
],
"bugs": {
"url": "https://github.com/boazpoolman/strapi-plugin-config-sync/issues"
},
"homepage": "https://github.com/boazpoolman/strapi-plugin-config-sync#readme",
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}