Files
united-workforce/packages/workflow-util-agent/package.json
T
2026-05-13 17:10:39 +08:00

26 lines
474 B
JSON

{
"name": "@uncaged/workflow-util-agent",
"version": "0.3.21",
"files": [
"dist",
"package.json"
],
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
}
},
"scripts": {
"test": "bun test"
},
"dependencies": {
"@uncaged/workflow-runtime": "workspace:*",
"@uncaged/workflow-cas": "workspace:*",
"zod": "^4.0.0"
}
}