{ "name": "@tachybase/plugin-workflow", "displayName": "Workflow", "version": "0.21.56", "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", "exports": { ".": "./dist/server/index.js", "./client": "./dist/client/index.js" }, "main": "./dist/server/index.js", "dependencies": { "jsonata": "^2.0.5" }, "devDependencies": { "@ant-design/icons": "~5.3.7", "@codemirror/autocomplete": "^6.16.2", "@codemirror/lang-javascript": "^6.2.2", "@tachybase/components": "workspace:*", "@tachybase/plugin-workflow-test": "workspace:*", "@types/ejs": "^3.1.1", "@types/file-saver": "^2.0.7", "@types/lodash": "^4.17.5", "@uiw/react-codemirror": "^4.22.2", "antd": "5.18.1", "axios": "^1.6.2", "cron-parser": "4.4.0", "file-saver": "^2.0.5", "lodash": "4.17.21", "lru-cache": "8.0.5", "react": "~18.3.1", "react-i18next": "^11.15.1", "react-js-cron": "^3.1.0", "react-router-dom": "^6.11.2", "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": "工作流" }