mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
36 lines
852 B
JSON
36 lines
852 B
JSON
{
|
|
"name": "@lobechat/context-engine",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Context Pipeline Engine for LobeChat - A flexible and configurable context processing system",
|
|
"keywords": [
|
|
"context",
|
|
"pipeline",
|
|
"processor",
|
|
"chat",
|
|
"ai",
|
|
"lobe"
|
|
],
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest --coverage --silent='passed-only'",
|
|
"test:update": "vitest -u"
|
|
},
|
|
"dependencies": {
|
|
"@lobechat/prompts": "workspace:*",
|
|
"@lobechat/utils": "workspace:*",
|
|
"debug": "^4.4.3",
|
|
"es-toolkit": "^1.43.0",
|
|
"immer": "^10.2.0",
|
|
"ts-md5": "^2.0.1",
|
|
"unist-builder": "^4.0.0",
|
|
"xast-util-to-xml": "^4.0.0",
|
|
"xastscript": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lobechat/types": "workspace:*",
|
|
"@types/debug": "^4.1.12"
|
|
}
|
|
}
|