nocobase/packages/plugins/collection-manager/package.json

23 lines
1.0 KiB
JSON
Raw Normal View History

{
2022-01-22 08:34:31 +00:00
"name": "@nocobase/plugin-collection-manager",
"displayName": "collection manager plugin",
"displayName.zh-CN": "数据库管理",
"description": " database management plugin designed to simplify the process of managing and operating databases. It seamlessly integrates with various relational database systems such as MySQL and PostgreSQL, and provides an intuitive user interface for performing various database tasks.",
"description.zh-CN": "可以与多种关系型数据库系统如MySQL、PostgreSQL无缝集成并提供直观的用户界面来执行各种数据库任务。",
"version": "0.9.4-alpha.2",
"main": "lib/index.js",
2023-01-11 03:58:47 +00:00
"license": "AGPL-3.0",
"dependencies": {
2022-12-12 10:50:53 +00:00
"@hapi/topo": "^6.0.0",
"@nocobase/database": "0.9.4-alpha.2",
"@nocobase/plugin-error-handler": "0.9.4-alpha.2",
"@nocobase/server": "0.9.4-alpha.2",
2023-01-29 07:46:53 +00:00
"sequelize": "^6.26.0",
"toposort": "^2.0.2"
},
"devDependencies": {
"@nocobase/test": "0.9.4-alpha.2"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}