@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
26 lines (25 loc) • 582 B
JSON
{
"name": "@lobechat/utils",
"version": "1.0.0",
"private": true,
"exports": {
".": "./src/index.ts",
"./server": "./src/server/index.ts",
"./client": "./src/client/index.ts",
"./object": "./src/object.ts",
"./*": "./src/*.ts"
},
"scripts": {
"test": "vitest",
"test:coverage": "vitest --coverage --silent='passed-only'"
},
"dependencies": {
"@lobechat/const": "workspace:*",
"@lobechat/types": "workspace:*",
"dayjs": "^1.11.18",
"dompurify": "^3.2.7"
},
"devDependencies": {
"vitest-canvas-mock": "^0.3.3"
}
}