tachybase_todo/packages/plugins/@tachybase/plugin-collection-manager/package.json
sealday ede7ead8b1 chore(version): release v0.21.34 (#1045)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1045
2024-05-24 01:06:06 +08:00

34 lines
1.2 KiB
JSON

{
"name": "@tachybase/plugin-collection-manager",
"displayName": "Data source: Main",
"version": "0.21.34",
"description": "NocoBase main database, supports relational databases such as MySQL, PostgreSQL, SQLite and so on.",
"keywords": [
"Data sources"
],
"homepage": "https://docs.nocobase.com/handbook/data-source-main",
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@hapi/topo": "^6.0.0",
"@types/lodash": "4.17.0",
"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": "NocoBase 主数据库,支持 MySQL、PostgreSQL、SQLite 等关系型数据库。",
"displayName.zh-CN": "数据源:主数据库",
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/data-source-main"
}