Files
2026-09-21 16:35:45 -04:00

127 lines
4.5 KiB
JSON

{
"name": "@composio/docs",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=24"
},
"scripts": {
"build:agent-index": "bun scripts/build-agent-index.ts",
"build:kb-semantic": "bun run generate:kb && fumadocs-mdx && bun scripts/build-kb-semantic-index.ts",
"check:kb-semantic": "bun run check:kb && fumadocs-mdx && bun scripts/build-kb-semantic-index.ts --check",
"verify:kb": "bun scripts/verify-kb.ts",
"import:kb": "bun scripts/import-support-knowledge.ts",
"generate:kb": "bun scripts/generate-kb.ts",
"check:kb": "bun scripts/generate-kb.ts --check",
"prebuild": "bun run generate:kb && bun scripts/build-agent-index.ts",
"build": "next build",
"predev": "bun run generate:kb && bun scripts/build-agent-index.ts",
"dev": "next dev",
"start": "next start",
"types:check": "bun run generate:kb && bun scripts/build-agent-index.ts && fumadocs-mdx && next typegen && bun ./node_modules/typescript-7/bin/tsc --noEmit",
"postinstall": "bun scripts/generate-kb.ts && fumadocs-mdx",
"lint": "oxlint .",
"lint:links": "bun scripts/validate-links.ts",
"lint:links:external": "bun scripts/validate-links.ts --external",
"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",
"eval:kb-search": "bun scripts/eval-kb-search.ts",
"generate:toolkits": "bun scripts/generate-toolkits.ts",
"generate:toolkit-versions": "bun scripts/refresh-toolkit-versions.ts",
"generate:meta-tools": "bun scripts/generate-meta-tools.ts",
"generate:api-index": "bun scripts/generate-api-index.ts",
"pretest": "bun run generate:kb",
"test": "bun test tests/static/",
"test:integration": "bun test tests/integration/ --timeout 30000"
},
"dependencies": {
"@ai-sdk/openai": "^4.0.60",
"@fuma-translate/react": "^1.0.2",
"@iconify-json/lucide": "^1.2.135",
"@pierre/diffs": "^1.4.1",
"@pierre/trees": "^1.0.0-beta.6",
"@radix-ui/react-tabs": "^1.1.21",
"@shikijs/langs": "^4.4.3",
"@shikijs/themes": "^4.4.3",
"@shikijs/twoslash": "^4.4.3",
"@vercel/analytics": "^2.0.1",
"algoliasearch": "^5.57.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"diff": "^9.0.0",
"eve": "0.27.6",
"framer-motion": "^12.43.0",
"fumadocs-core": "^16.15.8",
"fumadocs-mdx": "^15.4.0",
"fumadocs-openapi": "^11.4.1",
"fumadocs-ui": "^16.15.8",
"highlight.js": "^11.12.0",
"lucide-react": "^1.42.0",
"mermaid": "^11.17.2",
"motion": "^12.43.0",
"next": "16.2.12",
"nucleo-pixel": "^1.5.1",
"posthog-js": "^1.428.4",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-markdown": "^10.1.0",
"react-medium-image-zoom": "^5.4.9",
"remark-gfm": "^4.0.1",
"search-insights": "^2.17.3",
"shiki": "^4.4.3",
"tailwind-merge": "^3.6.0",
"zod": "^4.5.4"
},
"devDependencies": {
"@ai-sdk/anthropic": "^4.0.49",
"@ai-sdk/mcp": "^2.0.45",
"@ai-sdk/react": "^4.0.96",
"@anthropic-ai/claude-agent-sdk": "^0.3.263",
"@anthropic-ai/sdk": "^0.115.0",
"@composio/anthropic": "^0.11.1",
"@composio/claude-agent-sdk": "^0.12.0",
"@composio/core": "^0.18.1",
"@composio/google": "^0.11.0",
"@composio/langchain": "^0.11.0",
"@composio/llamaindex": "^0.11.0",
"@composio/mastra": "^0.10.4",
"@composio/openai": "^0.12.2",
"@composio/openai-agents": "^0.11.0",
"@composio/vercel": "^0.12.0",
"@google/genai": "^2.21.0",
"@langchain/core": "^1.2.9",
"@langchain/langgraph": "^1.4.14",
"@langchain/openai": "^1.5.11",
"@llamaindex/openai": "^0.4.23",
"@llamaindex/workflow": "^1.1.25",
"@mastra/core": "1.53.0",
"@mastra/mcp": "1.17.2",
"@openai/agents": "^0.13.5",
"@shikijs/vitepress-twoslash": "^4.4.3",
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "^26.5.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"ai": "7.0.37",
"ajv": "^8.20.0",
"ajv-draft-04": "^1.0.0",
"github-slugger": "^2.0.0",
"microsandbox": "^0.6.17",
"next-validate-link": "^1.6.7",
"openai": "^6.49.0",
"oxlint": "1.75.0",
"oxlint-plugin-eslint": "1.75.0",
"postcss": "^8.5.28",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"typescript-7": "npm:typescript@^7.0.2"
},
"overrides": {
"@mastra/mcp": "1.17.2"
}
}