tachybase_todo/packages/plugins/@tachybase/plugin-workflow/package.json

51 lines
1.7 KiB
JSON

{
"name": "@tachybase/plugin-workflow",
"displayName": "Workflow",
"version": "0.21.34",
"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",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@tachybase/components": "workspace:*",
"@tachybase/plugin-workflow-test": "workspace:*",
"@types/ejs": "^3.1.1",
"@types/lodash": "^4.17.0",
"antd": "5.16.1",
"axios": "^1.6.2",
"cron-parser": "4.4.0",
"lodash": "4.17.21",
"lru-cache": "8.0.5",
"react": "~18.2.0",
"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": "工作流"
}