nocobase/packages/plugins/@nocobase/plugin-collection-tree/package.json
2024-08-29 06:01:24 +00:00

18 lines
452 B
JSON

{
"name": "@nocobase/plugin-collection-tree",
"version": "1.3.6-beta",
"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"
}
}