{ "name": "@browseros/eval", "version": "0.1.0", "private": true, "type": "module", "scripts": { "eval": "bun --env-file=.env.development run src/index.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.63", "@aws-sdk/client-s3": "^3.1014.0", "@browseros/server": "workspace:*", "@browseros/shared": "workspace:*", "@google/gemini-cli-core": "^0.16.0", "@google/genai": "1.30.0", "@modelcontextprotocol/sdk": "^1.25.2", "ai": "^6.0.94", "hono": "^4.6.0", "openai": "^4.0.0", "sharp": "^0.34.5", "uuid": "^9.0.0", "zod": "^3.22.4" }, "devDependencies": { "@types/bun": "latest", "@types/uuid": "^9.0.0", "typescript": "^5.0.0" } }