{ "name": "windmill-ai-evals", "private": true, "type": "module", "scripts": { "cli": "bun cli/index.ts", "typecheck": "tsc -p tsconfig.json", "test:frontend-graph": "cd ../frontend && node_modules/.bin/vitest run --project server --config ../ai_evals/adapters/frontend/vitest.unit.config.ts" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.25", "@anthropic-ai/sdk": "^0.39.0", "commander": "^14.0.3", "openai": "^6.9.1", "yaml": "^2.8.3" }, "devDependencies": { "@types/bun": "latest", "typescript": "^5.0.0" } }