tachybase_todo/packages/plugins/@tachybase/plugin-collection-manager/package.json
sealday c85a0f1677 chore(version): release v0.22.5 (#1575)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1575
2024-09-27 13:44:26 +08:00

31 lines
1015 B
JSON

{
"name": "@tachybase/plugin-collection-manager",
"displayName": "Data source: Main",
"version": "0.22.5",
"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": "数据源:主数据库"
}