mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
27 lines
582 B
JSON
27 lines
582 B
JSON
{
|
|
"name": "@memohome/memory",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.27.0",
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^3.0.7",
|
|
"@memohome/ai-gateway": "workspace:*",
|
|
"@memohome/db": "workspace:*",
|
|
"@memohome/shared": "workspace:*",
|
|
"ai": "^6.0.25",
|
|
"drizzle-orm": "^0.45.1",
|
|
"mem0ai": "^2.2.0",
|
|
"xsai": "^0.4.1"
|
|
}
|
|
}
|