34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"name": "@nocobase/plugin-collection-manager",
|
|
"displayName": "Data source: Main",
|
|
"version": "0.21.25",
|
|
"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": "AGPL-3.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": {
|
|
"@nocobase/plugin-error-handler": "workspace:*",
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "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"
|
|
}
|