mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
19 lines
658 B
JSON
19 lines
658 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"
|
|
},
|
|
"dependencies": {
|
|
"p-queue": "^6.6.2"
|
|
}
|
|
}
|