Files
united-workforce/packages/workflow-util-agent/package.json
T

22 lines
425 B
JSON

{
"name": "@uncaged/workflow-util-agent",
"version": "0.3.12",
"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"
}
}