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.

25 lines (24 loc) 503 B
{ "name": "ssrf-safe-fetch", "version": "1.0.0", "private": true, "description": "SSRF-safe fetch implementation with browser/node conditional exports", "exports": { ".": { "browser": "./index.browser.ts", "node": "./index.ts", "default": "./index.ts" } }, "main": "index.ts", "scripts": { "test": "vitest run" }, "dependencies": { "node-fetch": "^3.3.2", "request-filtering-agent": "^3" }, "devDependencies": { "vitest": "^3.2.4" } }