mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 03:56:18 +00:00
26 lines
696 B
JSON
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"
|
|
}
|
|
}
|