strapi-content-type-explorer/package.json

41 lines
917 B
JSON

{
"name": "strapi-content-type-explorer",
"version": "0.1.0",
"description": "A Strapi plugin to view your content types and their relationships",
"strapi": {
"name": "content-type-explorer",
"description": "A Strapi plugin to view your content types and their relationships",
"kind": "plugin",
"displayName": "Content Type Explorer"
},
"repository": {
"type": "git",
"url": "https://github.com/shahriarkh/strapi-content-type-explorer.git"
},
"dependencies": {
"@tisoap/react-flow-smart-edge": "^3.0.0",
"reactflow": "^11.10.2"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "Shahriar Khalvati"
},
"keywords": [
"strapi",
"plugin",
"erd"
],
"maintainers": [
{
"name": "Shahriar Khalvati"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}