tachybase_todo/packages/plugins/@tachybase/plugin-workflow-test/package.json
sealday b4ca48201b chore(version): release v0.21.87 (#1494)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1494
2024-08-29 15:41:56 +08:00

22 lines
640 B
JSON

{
"name": "@tachybase/plugin-workflow-test",
"displayName": "Workflow: test kit",
"version": "0.21.87",
"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": "工作流:测试工具包"
}