nocobase/packages/plugins/@nocobase/plugin-collection-tree/package.json
2024-11-08 01:15:45 +00:00

18 lines
455 B
JSON

{
"name": "@nocobase/plugin-collection-tree",
"version": "1.4.0-alpha.6",
"displayName": "Collection: Tree",
"displayName.zh-CN": "数据表:树",
"description": "Provides tree collection template",
"description.zh-CN": "提供树数据表模板",
"keywords": [
"Collections"
],
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
}
}