mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
30 lines
723 B
JSON
30 lines
723 B
JSON
{
|
|
"name": "@lobechat/fetch-sse",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "SSE fetch utilities with streaming support",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./parseError": {
|
|
"types": "./src/parseError.ts",
|
|
"default": "./src/parseError.ts"
|
|
}
|
|
},
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest --coverage --silent='passed-only'"
|
|
},
|
|
"dependencies": {
|
|
"@lobechat/const": "workspace:*",
|
|
"@lobechat/model-runtime": "workspace:*",
|
|
"@lobechat/types": "workspace:*",
|
|
"@lobechat/utils": "workspace:*",
|
|
"i18next": "^24.2.3"
|
|
}
|
|
}
|