mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
6c8976b641
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19 lines
452 B
JSON
19 lines
452 B
JSON
{
|
|
"name": "@lobechat/agent-gateway-client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Browser-compatible WebSocket client for the LobeHub Agent Gateway",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "bunx vitest run --silent='passed-only'",
|
|
"test:coverage": "bunx vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^3.2.6"
|
|
}
|
|
}
|