UNPKG

@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.

20 lines (19 loc) 454 B
{ "name": "@lobechat/web-crawler", "version": "1.0.0", "private": true, "main": "src/index.ts", "types": "src/index.ts", "scripts": { "test": "vitest", "test:coverage": "vitest --coverage --silent='passed-only'" }, "dependencies": { "@mozilla/readability": "^0.6.0", "happy-dom": "^20.0.0", "node-html-markdown": "^1.3.0", "ssrf-safe-fetch": "workspace:*", "query-string": "^9.1.1", "url-join": "^5" } }