{
  "name": "@tachybase/plugin-workflow",
  "displayName": "Workflow",
  "version": "0.22.4",
  "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.",
  "keywords": [
    "Workflow"
  ],
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "dependencies": {
    "form-data": "^4.0.0",
    "jsonata": "^2.0.5",
    "mime-types": "^2.1.35"
  },
  "devDependencies": {
    "@ant-design/icons": "~5.3.7",
    "@tachybase/components": "workspace:*",
    "@tachybase/plugin-workflow-test": "workspace:*",
    "@types/ejs": "^3.1.1",
    "@types/file-saver": "^2.0.7",
    "@types/lodash": "^4.17.5",
    "@types/qrcode": "^1.5.5",
    "antd": "5.19.4",
    "axios": "^1.6.2",
    "cron-parser": "4.4.0",
    "file-saver": "^2.0.5",
    "lodash": "4.17.21",
    "lru-cache": "8.0.5",
    "qrcode": "^1.5.3",
    "react": "~18.3.1",
    "react-i18next": "^14.1.2",
    "react-js-cron": "^3.1.0",
    "react-router-dom": "^6.25.1",
    "sequelize": "^6.26.0"
  },
  "peerDependencies": {
    "@tachybase/actions": "workspace:*",
    "@tachybase/client": "workspace:*",
    "@tachybase/data-source-manager": "workspace:*",
    "@tachybase/database": "workspace:*",
    "@tachybase/evaluators": "workspace:*",
    "@tachybase/logger": "workspace:*",
    "@tachybase/plugin-collection-manager": "workspace:*",
    "@tachybase/plugin-error-handler": "workspace:*",
    "@tachybase/plugin-users": "workspace:*",
    "@tachybase/resourcer": "workspace:*",
    "@tachybase/schema": "workspace:*",
    "@tachybase/server": "workspace:*",
    "@tachybase/test": "workspace:*",
    "@tachybase/utils": "workspace:*"
  },
  "description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。",
  "displayName.zh-CN": "工作流"
}