{ "name": "@uncaged/workflow-agent-cursor", "version": "0.3.20", "files": [ "dist", "package.json" ], "type": "module", "main": "src/index.ts", "types": "src/index.ts", "scripts": { "test": "bun test" }, "dependencies": { "@uncaged/workflow-protocol": "workspace:*", "@uncaged/workflow-reactor": "workspace:*", "@uncaged/workflow-runtime": "workspace:*", "@uncaged/workflow-util": "workspace:*", "@uncaged/workflow-util-agent": "workspace:*", "zod": "^4.0.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./src/index.ts" } } }