mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-29 02:03:53 +08:00
22 lines
1.0 KiB
JSON
22 lines
1.0 KiB
JSON
{
|
|
"name": "@nocobase/plugin-async-task-manager",
|
|
"displayName": "Async task manager",
|
|
"displayName.ru-RU": "Менеджер асинхронных задач",
|
|
"displayName.zh-CN": "异步任务管理器",
|
|
"description": "Manage and monitor asynchronous tasks such as data import/export. Support task progress tracking and notification.",
|
|
"description.ru-RU": "Управление асинхронными задачами и мониторинг (например, импорт/экспорт данных). Поддержка отслеживания прогресса и уведомлений о задачах.",
|
|
"description.zh-CN": "管理和监控数据导入导出等异步任务。支持任务进度跟踪和通知。",
|
|
"version": "2.1.0-beta.8",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "2.x",
|
|
"@nocobase/plugin-error-handler": "2.x",
|
|
"@nocobase/server": "2.x",
|
|
"@nocobase/test": "2.x"
|
|
},
|
|
"dependencies": {
|
|
"p-queue": "^6.6.2"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|