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