UNPKG

@nocobase/plugin-workflow

Version:

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

57 lines (56 loc) 2.23 kB
{ "name": "@nocobase/plugin-workflow", "displayName": "Workflow", "displayName.zh-CN": "工作流", "displayName.ru-RU": "Рабочий процесс", "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.", "description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。", "description.ru-RU": "Мощный инструмент BPM, обеспечивающий базовую поддержку автоматизации бизнес-процессов с возможностью неограниченного расширения триггеров и узлов.", "version": "2.1.23", "license": "Apache-2.0", "main": "./dist/server/index.js", "homepage": "https://docs.nocobase.com/handbook/workflow", "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow", "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow", "devDependencies": { "@ant-design/icons": "5.x", "@formily/antd-v5": "1.x", "@formily/core": "2.x", "@formily/react": "2.x", "@types/ejs": "^3.1.1", "antd": "5.x", "classnames": "^2.3.1", "cron-parser": "4.4.0", "dayjs": "^1.11.8", "joi": "^17.13.3", "lodash": "4.x", "lru-cache": "^11.3.5", "nodejs-snowflake": "2.0.1", "react": "18.x", "react-i18next": "^11.15.1", "react-js-cron": "^3.1.0", "react-router-dom": "^6.11.2", "sequelize": "^6.26.0", "tinybench": "4.x" }, "peerDependencies": { "@nocobase/actions": "2.x", "@nocobase/client": "2.x", "@nocobase/database": "2.x", "@nocobase/evaluators": "2.x", "@nocobase/logger": "2.x", "@nocobase/plugin-data-source-main": "2.x", "@nocobase/plugin-error-handler": "2.x", "@nocobase/plugin-mobile": "2.x", "@nocobase/plugin-users": "2.x", "@nocobase/plugin-workflow-test": "2.x", "@nocobase/resourcer": "2.x", "@nocobase/server": "2.x", "@nocobase/test": "2.x", "@nocobase/utils": "2.x" }, "gitHead": "ae4b0097a6c5e4a1347431a5fde24676032ce0ce", "keywords": [ "Workflow" ] }