mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
22 lines
425 B
JSON
22 lines
425 B
JSON
{
|
|
"name": "@byteagent/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": {
|
|
"@byteagent/db": "workspace:*",
|
|
"drizzle-orm": "^0.45.1",
|
|
"xsai": "^0.4.1"
|
|
}
|
|
}
|