18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"name": "@omniroute/open-sse",
|
|
"version": "3.8.46",
|
|
"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",
|
|
"./*": "./*"
|
|
},
|
|
"dependencies": {
|
|
"@toon-format/toon": "^2.3.0",
|
|
"safe-regex": "^2.1.1"
|
|
}
|
|
}
|