diff options
Diffstat (limited to 'packages/docs-test/package.json')
| -rw-r--r-- | packages/docs-test/package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/docs-test/package.json b/packages/docs-test/package.json new file mode 100644 index 00000000..1c1b6674 --- /dev/null +++ b/packages/docs-test/package.json @@ -0,0 +1,26 @@ +{ + "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" + } +} |