tachybase_todo/packages/plugins/@tachybase/plugin-workflow-test/package.json
sealday e679b0b32e chore(version): release v0.22.7 (#1605)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1605
2024-10-15 23:36:48 +08:00

22 lines
639 B
JSON

{
"name": "@tachybase/plugin-workflow-test",
"displayName": "Workflow: test kit",
"version": "0.22.7",
"license": "Apache-2.0",
"main": "dist/server/index.js",
"types": "./dist/server/index.d.ts",
"devDependencies": {
"lodash": "4.17.21"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/data-source-manager": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/resourcer": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"displayName.zh-CN": "工作流:测试工具包"
}