mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-04-28 06:19:46 +00:00
Integrated release/v3.7.2 changes — refreshed web client user agents, env docs, Gemini OAuth fix
13 lines
330 B
JSON
13 lines
330 B
JSON
{
|
|
"name": "@omniroute/open-sse",
|
|
"version": "3.7.2",
|
|
"description": "Express SSE sidecar for OmniRoute — handles streaming, protocol translation, and provider orchestration",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"types": "types.d.ts",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./*": "./*"
|
|
}
|
|
}
|