26 lines
474 B
JSON
26 lines
474 B
JSON
{
|
|
"name": "@uncaged/workflow-util-agent",
|
|
"version": "0.3.17",
|
|
"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"
|
|
}
|
|
}
|