{ "name": "@uncaged/workflow-agent-cursor", "version": "0.5.0-alpha.1", "files": [ "src", "dist", "package.json" ], "type": "module", "types": "src/index.ts", "scripts": { "test": "bun test" }, "dependencies": { "@uncaged/workflow-cas": "workspace:^", "@uncaged/workflow-protocol": "workspace:^", "@uncaged/workflow-runtime": "workspace:^", "@uncaged/workflow-util": "workspace:^", "@uncaged/workflow-util-agent": "workspace:^", "zod": "^4.0.0" }, "exports": { ".": { "bun": "./src/index.ts", "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "publishConfig": { "access": "public" } }