forked from supermemoryai/memorybench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 767 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "memorybench",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "bun run src/index.ts",
"test": "bun test",
"format": "prettier --write \"src/**/*.ts\" \"ui/**/*.tsx\" \"ui/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\" \"ui/**/*.tsx\" \"ui/**/*.ts\""
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.56",
"@ai-sdk/google": "^2.0.49",
"@ai-sdk/openai": "^2.0.88",
"@getzep/zep-cloud": "^3.13.0",
"ai": "^5.0.115",
"drizzle-orm": "^0.45.1",
"mem0ai": "^2.1.38",
"@vectorize-io/hindsight-client": "^0.4.11",
"supermemory": "^4.0.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/bun": "^1.2.14",
"prettier": "^3.7.4",
"typescript": "^5.9.3"
}
}