strapi-users-permissions-export
Version:
Save your role permissions to config files that can be committed and reapplied to the database.
36 lines (35 loc) • 910 B
JSON
{
"name": "strapi-users-permissions-export",
"version": "0.1.3",
"description": "Save your role permissions to config files that can be committed and reapplied to the database.",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DarinDev1000/strapi-users-permissions-export.git"
},
"keywords": [
"Strapi",
"v3",
"v4",
"Users",
"Permissions",
"Export",
"Import",
"Save",
"Database"
],
"author": "DarinDev1000 <darindev1000@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/DarinDev1000/strapi-users-permissions-export/issues"
},
"homepage": "https://github.com/DarinDev1000/strapi-users-permissions-export#readme",
"dependencies": {
"axios": "^0.27.2",
"yargs": "^17.5.1"
}
}