{ "name": "@shannon/worker", "version": "0.0.0", "private": true, "type": "module", "scripts": { "build": "tsc", "check": "tsc --noEmit", "clean": "rm -rf dist" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "catalog:", "@temporalio/activity": "^1.11.0", "@temporalio/client": "^1.11.0", "@temporalio/worker": "^1.11.0", "@temporalio/workflow": "^1.11.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "dotenv": "^16.4.5", "js-yaml": "^4.1.0", "zod": "^4.3.6", "zx": "^8.0.0" }, "devDependencies": { "@types/js-yaml": "^4.0.9" } }