nocobase/packages/plugins/collection-manager/package.json
2023-06-20 11:51:16 +08:00

23 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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.10.0-alpha.2",
"main": "lib/index.js",
"license": "AGPL-3.0",
"dependencies": {
"@hapi/topo": "^6.0.0",
"@nocobase/database": "0.10.0-alpha.2",
"@nocobase/plugin-error-handler": "0.10.0-alpha.2",
"@nocobase/server": "0.10.0-alpha.2",
"sequelize": "^6.26.0",
"toposort": "^2.0.2"
},
"devDependencies": {
"@nocobase/test": "0.10.0-alpha.2"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}