mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-30 13:59:22 +07:00
22 lines
434 B
JSON
22 lines
434 B
JSON
{
|
|
"name": "@lobechat/memory-extract",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"gatekeeper": "tsx scripts/run-gatekeeper.ts"
|
|
},
|
|
"dependencies": {
|
|
"@lobechat/model-runtime": "workspace:*",
|
|
"@lobechat/prompts": "workspace:*",
|
|
"dotenv": "^17.2.3",
|
|
"ora": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.20.6"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^3.25.76"
|
|
}
|
|
}
|