{ "name": "claude-agent-sdk-examples", "version": "1.0.0", "description": "Claude Agent SDK usage examples", "type": "module", "scripts": { "basic-query": "tsx templates/basic-query.ts", "query-with-tools": "tsx templates/query-with-tools.ts", "custom-mcp-server": "tsx templates/custom-mcp-server.ts", "subagents": "tsx templates/subagents-orchestration.ts", "sessions": "tsx templates/session-management.ts", "permissions": "tsx templates/permission-control.ts", "settings": "tsx templates/filesystem-settings.ts", "errors": "tsx templates/error-handling.ts", "workflow": "tsx templates/multi-agent-workflow.ts" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.1.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }