32 lines
614 B
JSON
32 lines
614 B
JSON
{
|
|
"name": "@uncaged/workflow-agent-react",
|
|
"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-protocol": "workspace:*",
|
|
"@uncaged/workflow-reactor": "workspace:*",
|
|
"@uncaged/workflow-util-agent": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"zod": "^4.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^4.0.0"
|
|
}
|
|
}
|