{
  "name": "@tachybase/plugin-collection-manager",
  "displayName": "Data source: Main",
  "version": "0.21.75",
  "description": "TachyBase main database, supports relational databases such as MySQL, PostgreSQL, SQLite and so on.",
  "keywords": [
    "Data sources"
  ],
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "devDependencies": {
    "@hapi/topo": "^6.0.0",
    "@types/lodash": "4.17.5",
    "async-mutex": "^0.3.2",
    "lodash": "4.17.21",
    "sequelize": "^6.26.0",
    "toposort": "^2.0.2"
  },
  "peerDependencies": {
    "@tachybase/actions": "workspace:*",
    "@tachybase/client": "workspace:*",
    "@tachybase/database": "workspace:*",
    "@tachybase/plugin-error-handler": "workspace:*",
    "@tachybase/server": "workspace:*",
    "@tachybase/test": "workspace:*",
    "@tachybase/utils": "workspace:*"
  },
  "description.zh-CN": "TachyBase 主数据库,支持 MySQL、PostgreSQL、SQLite 等关系型数据库。",
  "displayName.zh-CN": "数据源:主数据库"
}