{ "name": "@composio/docs", "version": "0.0.0", "private": true, "engines": { "node": ">=24" }, "scripts": { "build:agent-index": "bun scripts/build-agent-index.ts", "prebuild": "bun scripts/build-agent-index.ts", "build": "next build", "predev": "bun scripts/build-agent-index.ts", "dev": "next dev", "start": "next start", "types:check": "bun scripts/build-agent-index.ts && fumadocs-mdx && next typegen && tsc --noEmit", "postinstall": "fumadocs-mdx", "lint": "eslint", "lint:links": "bun scripts/validate-links.ts", "sync:search": "bun scripts/sync-algolia-search.ts", "test:search": "bun scripts/test-algolia-search.ts", "eval:agent": "eve eval docs-agent --skip-report", "eval:agent:flows": "bun scripts/eval-agent-flows.ts", "generate:toolkits": "bun scripts/generate-toolkits.ts", "generate:meta-tools": "bun scripts/generate-meta-tools.ts", "generate:api-index": "bun scripts/generate-api-index.ts", "test": "bun test tests/static/", "test:integration": "bun test tests/integration/ --timeout 30000" }, "dependencies": { "@ai-sdk/openai": "^3.0.9", "@pierre/diffs": "^1.2.11", "@pierre/trees": "^1.0.0-beta.4", "@radix-ui/react-tabs": "^1.1.13", "@shikijs/langs": "^4.2.0", "@shikijs/themes": "^4.2.0", "@shikijs/twoslash": "^3.21.0", "@vercel/analytics": "^1.6.1", "algoliasearch": "^5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "diff": "^9.0.0", "eve": "^0.13.3", "framer-motion": "^12.39.0", "fumadocs-core": "^16.4.2", "fumadocs-mdx": "^14.2.4", "fumadocs-openapi": "^10.2.2", "fumadocs-ui": "^16.4.2", "highlight.js": "^11.11.1", "lucide-react": "^0.562.0", "mermaid": "^11.12.3", "motion": "^12.34.3", "next": "16.2.6", "nucleo-pixel": "^1.3.0", "posthog-js": "^1.319.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", "search-insights": "^2", "shiki": "^3.20.0", "tailwind-merge": "^3.4.0", "zod": "^4.4.3" }, "devDependencies": { "@ai-sdk/anthropic": "^3.0.11", "@ai-sdk/mcp": "^1.0.6", "@ai-sdk/react": "^3.0.102", "@anthropic-ai/claude-agent-sdk": "^0.2.5", "@anthropic-ai/sdk": "^0.71.2", "@composio/anthropic": "^0.10.0", "@composio/claude-agent-sdk": "^0.10.0", "@composio/core": "^0.13.1", "@composio/google": "^0.10.0", "@composio/langchain": "^0.10.0", "@composio/llamaindex": "^0.10.0", "@composio/mastra": "^0.10.1", "@composio/openai": "^0.10.0", "@composio/openai-agents": "^0.10.0", "@composio/vercel": "^0.11.0", "@google/genai": "^1.35.0", "@langchain/core": "^1.1.12", "@langchain/langgraph": "^1.0.15", "@langchain/openai": "^1.2.1", "@llamaindex/openai": "^0.4.22", "@llamaindex/workflow": "^1.1.24", "@mastra/core": "1.0.0-beta.21", "@openai/agents": "^0.4.13", "@shikijs/vitepress-twoslash": "^3.21.0", "@tailwindcss/postcss": "^4.1.18", "@types/mdx": "^2.0.13", "@types/node": "^24.10.2", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "ai": "7.0.0-beta.178", "ajv": "^8.17.1", "ajv-draft-04": "^1.0.0", "eslint": "^9.39.2", "eslint-config-next": "16.2.9", "github-slugger": "^2.0.0", "microsandbox": "^0.5.7", "next-validate-link": "^1.6.4", "openai": "^6.16.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", "tw-animate-css": "^1.4.0", "typescript": "^6.0.3" }, "overrides": { "typescript-eslint": "^8.61.1" } }