2022-01-09 22:22:26 +08:00
{
2024-04-29 21:41:13 +08:00
"name" : "@tachybase/plugin-workflow" ,
2023-07-07 17:59:46 +08:00
"displayName" : "Workflow" ,
2024-05-31 10:08:13 +08:00
"version" : "0.21.41" ,
2024-02-22 17:39:25 +08:00
"description" : "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes." ,
2024-04-01 13:39:44 +08:00
"keywords" : [
"Workflow"
] ,
2024-04-29 21:41:13 +08:00
"license" : "Apache-2.0" ,
"exports" : {
"." : "./dist/server/index.js" ,
"./client" : "./dist/client/index.js"
2023-12-29 15:49:02 +08:00
} ,
2024-04-29 21:41:13 +08:00
"main" : "./dist/server/index.js" ,
2024-05-31 18:26:25 +08:00
"dependencies" : {
"jsonata" : "^2.0.5"
} ,
2023-08-02 00:07:52 +08:00
"devDependencies" : {
2024-04-02 18:13:33 +08:00
"@ant-design/icons" : "~5.3.6" ,
2024-04-30 02:00:13 +08:00
"@tachybase/components" : "workspace:*" ,
2024-04-29 21:41:13 +08:00
"@tachybase/plugin-workflow-test" : "workspace:*" ,
2023-08-02 00:07:52 +08:00
"@types/ejs" : "^3.1.1" ,
2024-04-29 21:41:13 +08:00
"@types/lodash" : "^4.17.0" ,
2024-04-10 16:14:26 +08:00
"antd" : "5.16.1" ,
2024-03-07 20:45:00 +08:00
"axios" : "^1.6.2" ,
2022-05-31 00:00:07 +08:00
"cron-parser" : "4.4.0" ,
2023-08-02 00:07:52 +08:00
"lodash" : "4.17.21" ,
"lru-cache" : "8.0.5" ,
2024-04-02 18:13:33 +08:00
"react" : "~18.2.0" ,
2023-07-08 08:29:33 +08:00
"react-i18next" : "^11.15.1" ,
2023-08-02 00:07:52 +08:00
"react-js-cron" : "^3.1.0" ,
2023-07-20 11:04:41 +08:00
"react-router-dom" : "^6.11.2" ,
2023-12-29 09:29:37 +08:00
"sequelize" : "^6.26.0"
2023-07-20 11:04:41 +08:00
} ,
2023-08-02 00:07:52 +08:00
"peerDependencies" : {
2024-05-08 16:20:31 +08:00
"@tachybase/actions" : "workspace:*" ,
"@tachybase/client" : "workspace:*" ,
"@tachybase/data-source-manager" : "workspace:*" ,
"@tachybase/database" : "workspace:*" ,
"@tachybase/evaluators" : "workspace:*" ,
"@tachybase/logger" : "workspace:*" ,
2024-05-24 01:06:06 +08:00
"@tachybase/plugin-collection-manager" : "workspace:*" ,
"@tachybase/plugin-error-handler" : "workspace:*" ,
"@tachybase/plugin-users" : "workspace:*" ,
2024-05-08 16:20:31 +08:00
"@tachybase/resourcer" : "workspace:*" ,
"@tachybase/schema" : "workspace:*" ,
"@tachybase/server" : "workspace:*" ,
"@tachybase/test" : "workspace:*" ,
"@tachybase/utils" : "workspace:*"
2022-01-09 22:22:26 +08:00
} ,
2024-04-01 13:39:44 +08:00
"description.zh-CN" : "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。" ,
2024-05-24 13:06:59 +08:00
"displayName.zh-CN" : "工作流"
2022-01-09 22:22:26 +08:00
}