{ "name": "@uncaged/workflow-role-planner", "version": "0.1.0", "type": "module", "main": "src/index.ts", "types": "src/index.ts", "scripts": { "build": "echo 'TODO'", "test": "bun test" }, "dependencies": { "@uncaged/workflow": "workspace:*", "zod": "^4.0.0" } }