UNPKG

@tachybase/module-workflow

Version:

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.

67 lines 2.2 kB
{ "name": "@tachybase/module-workflow", "displayName": "Workflow", "version": "1.6.25", "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.", "keywords": [ "Workflow" ], "homepage": "https://github.com/tegojs/tego-standard#readme", "bugs": { "url": "https://github.com/tegojs/tego-standard/issues" }, "repository": { "type": "git", "url": "https://github.com/tegojs/tego-standard", "directory": "packages/module-workflow" }, "license": "Apache-2.0", "main": "./dist/server/index.js", "devDependencies": { "@ant-design/icons": "^6.1.0", "@babel/core": "7.27.4", "@babel/parser": "7.27.5", "@babel/preset-env": "7.27.2", "@babel/preset-react": "7.27.1", "@babel/preset-typescript": "7.27.1", "@dnd-kit/core": "^6.3.1", "@tachybase/schema": "1.6.16", "@tachybase/test": "1.6.16", "@tego/client": "1.6.16", "@tego/server": "1.6.16", "@types/babel__core": "7.20.5", "@types/ejs": "^3.1.5", "@types/file-saver": "^2.0.7", "@types/jsonwebtoken": "^8.5.9", "@types/lodash": "^4.17.20", "@types/qrcode": "^1.5.5", "antd": "5.22.5", "axios": "1.13.0", "cron-parser": "4.9.0", "dayjs": "1.11.13", "file-saver": "^2.0.5", "form-data": "^4.0.4", "jsonata": "^2.0.6", "jsonwebtoken": "^8.5.1", "koa": "^2.14.1", "koa-bodyparser": "^4.3.0", "lodash": "4.17.21", "lru-cache": "11.1.0", "mime-types": "^3.0.1", "qrcode": "^1.5.4", "react": "18.3.1", "react-i18next": "16.2.1", "react-js-cron": "^3.2.0", "react-router-dom": "6.28.1", "sequelize": "6.37.5", "@tachybase/module-collection": "1.6.25", "@tachybase/plugin-workflow-test": "1.6.25", "@tachybase/module-user": "1.6.25", "@tachybase/module-error-handler": "1.6.25", "@tachybase/client": "1.6.25", "@tachybase/module-ui-schema": "1.6.25" }, "description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。", "displayName.zh-CN": "工作流", "scripts": {} }