8e63f99eb6
小橘 🍊
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"name": "@uncaged/workflow-agent-hermes",
|
|
"version": "0.3.6",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-runtime": "workspace:*",
|
|
"@uncaged/workflow-util-agent": "workspace:*"
|
|
}
|
|
}
|