{
  "name": "@tachybase/module-data-source",
  "displayName": "Data source manager",
  "version": "1.6.60",
  "description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.",
  "keywords": [
    "Data model tools"
  ],
  "homepage": "https://github.com/tegojs/tego-standard#readme",
  "bugs": {
    "url": "https://github.com/tegojs/tego-standard/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tegojs/tego-standard",
    "directory": "packages/module-data-source"
  },
  "main": "dist/server/index.js",
  "devDependencies": {
    "@ant-design/icons": "^6.1.0",
    "@dnd-kit/core": "^6.3.1",
    "@tachybase/schema": "1.6.22",
    "@tachybase/test": "1.6.22",
    "@tego/client": "1.6.22",
    "@tego/server": "1.6.22",
    "@types/lodash": "^4.17.20",
    "ahooks": "^3.9.0",
    "antd": "5.22.5",
    "file-saver": "^2.0.5",
    "lodash": "4.17.21",
    "react-i18next": "16.2.1",
    "react-router-dom": "6.28.1",
    "sequelize": "6.37.5",
    "@tachybase/client": "1.6.60",
    "@tachybase/module-acl": "1.6.60"
  },
  "description.zh-CN": "管理数据源，包括内置的 Master 数据库，外部的数据库、API。",
  "displayName.zh-CN": "数据源管理",
  "scripts": {}
}