{
  "name": "plugin-uipath-orchestrator",
  "displayName": "UiPath Orchestrator",
  "displayName.vi-VN": "UiPath Orchestrator",
  "displayName.zh-CN": "UiPath Orchestrator",
  "description": "Monitor and manage UiPath Orchestrator: jobs, queues, processes, assets, robot logs, folders, and incident investigation",
  "description.vi-VN": "Giám sát và quản lý UiPath Orchestrator: jobs, queues, processes, assets, robot logs, folders, và điều tra sự cố",
  "description.zh-CN": "监控和管理 UiPath Orchestrator：作业、队列、流程、资产、机器人日志、文件夹和事故调查",
  "version": "1.0.13",
  "license": "Apache-2.0",
  "main": "dist/server/index.js",
  "files": [
    "dist",
    "client.js",
    "client.d.ts",
    "server.js",
    "server.d.ts",
    "README.md",
    "client-v2.js",
    "client-v2.d.ts",
    "src"
  ],
  "keywords": [
    "UiPath",
    "Orchestrator",
    "RPA",
    "Automation"
  ],
  "dependencies": {
    "undici": "^6.25.0"
  },
  "devDependencies": {
    "@formily/react": "2.x",
    "@formily/shared": "2.x",
    "ahooks": "^3.7.2",
    "antd": "5.x",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "peerDependencies": {
    "@nocobase/actions": "2.x",
    "@nocobase/client": "2.x",
    "@nocobase/database": "2.x",
    "@nocobase/server": "2.x",
    "@nocobase/test": "2.x",
    "@nocobase/utils": "2.x",
    "@nocobase/client-v2": "2.x",
    "@nocobase/flow-engine": "2.x"
  },
  "nocobase": {
    "supportedVersions": [
      "2.x"
    ],
    "editionLevel": 0
  }
}
