supermemory/packages/docs-test/package.json
Dhravya Shah 87b361c26b
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
docs changes (#678)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 16:55:32 -08:00

26 lines
696 B
JSON

{
"name": "docs-test",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "bun run run.ts",
"test:ts": "bun run run.ts typescript",
"test:py": "bun run run.ts python",
"test:integrations": "bun run run.ts integrations",
"test:quickstart": "bun run run.ts quickstart",
"test:sdk": "bun run run.ts sdk",
"test:search": "bun run run.ts search"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.15",
"@ai-sdk/openai": "latest",
"@anthropic-ai/sdk": "latest",
"@supermemory/tools": "workspace:*",
"ai": "latest",
"dotenv": "latest",
"openai": "latest",
"supermemory": "latest",
"zod": "latest"
}
}