15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"name": "@uncaged/workflow-agent-hermes",
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow": "workspace:*",
|
|
"@uncaged/workflow-util-agent": "workspace:*"
|
|
}
|
|
}
|