mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
16 lines
609 B
JSON
16 lines
609 B
JSON
{
|
|
"name": "@nocobase/plugin-async-task-manager",
|
|
"displayName": "Async task manager",
|
|
"displayName.zh-CN": "异步任务管理器",
|
|
"description": "Manage and monitor asynchronous tasks such as data import/export. Support task progress tracking and notification.",
|
|
"description.zh-CN": "管理和监控数据导入导出等异步任务。支持任务进度跟踪和通知。",
|
|
"version": "1.6.25",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/plugin-error-handler": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x"
|
|
}
|
|
}
|