mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@lobechat/memory-user-memory",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./schemas": "./src/schemas/index.ts",
|
|
"./types": "./src/types.ts"
|
|
},
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"build:gen-response-formats": "tsx scripts/generate-response-formats.ts",
|
|
"test": "vitest --run",
|
|
"test:coverage": "vitest --coverage --silent='passed-only'",
|
|
"type-check": "tsgo --noEmit -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@lobechat/context-engine": "workspace:*",
|
|
"@lobechat/model-runtime": "workspace:*",
|
|
"@lobechat/prompts": "workspace:*",
|
|
"@lobechat/types": "workspace:*",
|
|
"dayjs": "^1.11.11",
|
|
"dotenv": "^17.2.3",
|
|
"ora": "^9.0.0",
|
|
"unist-builder": "^4.0.0",
|
|
"xast-util-to-xml": "^4.0.0",
|
|
"xastscript": "^4.0.0",
|
|
"zod-to-json-schema": "^3.24.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/json-schema": "^7.0.15",
|
|
"@types/xast": "^2.0.4",
|
|
"promptfoo": "^0.120.17",
|
|
"tsx": "^4.20.6"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^3.25.76"
|
|
}
|
|
}
|