Files
nocobase/packages/plugins/@nocobase/plugin-workflow-json-variable-mapping/package.json
T
2026-08-26 14:18:07 +00:00

22 lines
746 B
JSON

{
"name": "@nocobase/plugin-workflow-json-variable-mapping",
"version": "2.2.3",
"displayName": "Workflow: JSON variable mapping",
"displayName.zh-CN": "工作流:JSON 变量映射",
"description": "Used for mapping any JSON data to structured variables for usage in subsequent nodes.",
"description.zh-CN": "用于将任意 JSON 数据映射为结构化的变量,以供后续节点使用。",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
"@nocobase/client-v2": "2.x",
"@nocobase/plugin-workflow": "2.x",
"@nocobase/plugin-workflow-test": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
},
"keywords": [
"Workflow"
],
"license": "Apache-2.0"
}