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

26 lines
481 B
JSON

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