{ "name": "@memoh/agent-gateway", "version": "1.0.0", "scripts": { "dev": "bun run --watch src/index.ts", "build": "bun build src/index.ts --outfile dist/index.js --target bun --minify", "start": "pnpm run build && bun run dist/index.js" }, "dependencies": { "@memoh/config": "workspace:*", "@ai-sdk/amazon-bedrock": "^4.0.56", "@ai-sdk/anthropic": "^3.0.9", "@ai-sdk/azure": "^3.0.28", "@ai-sdk/google": "^3.0.6", "@ai-sdk/mcp": "^1.0.6", "@ai-sdk/mistral": "^3.0.19", "@ai-sdk/openai": "^3.0.7", "@ai-sdk/xai": "^3.0.54", "@elysiajs/bearer": "^1.4.2", "@elysiajs/cors": "^1.4.1", "@modelcontextprotocol/sdk": "^1.25.2", "@mozilla/readability": "^0.6.0", "@types/jsdom": "^27.0.0", "@types/turndown": "^5.0.6", "ai": "^6.0.25", "elysia": "latest", "jsdom": "^27.4.0", "toml": "^3.0.0", "turndown": "^7.2.2", "zod": "^4.3.5" }, "devDependencies": { "bun-types": "latest" }, "module": "src/index.js" }