{
"name": "@tachybase/plugin-data-source-manager",
"displayName": "Data source manager",
"version": "0.21.53",
"description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.",
"keywords": [
"Data model tools"
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@dnd-kit/core": "^6.1.0",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.18.1",
"lodash": "4.17.21",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2",
"sequelize": "^6.26.0"
},
"peerDependencies": {
"@tachybase/acl": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
"description.zh-CN": "管理数据源,包括内置的 Master 数据库,外部的数据库、API。",
"displayName.zh-CN": "数据源管理"
}