Exocore-gateway / package.json
Johnsteve Costanos
Fix Dola SSE parsing: use for-await stream, handle STREAM_MSG_NOTIFY + STREAM_CHUNK + SSE_REPLY_END events
9ed3ad8
Raw
History Blame Contribute Delete
366 Bytes
{
"name": "gemini-web",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"@exocore/multi": "^1.1.0",
"axios": "^1.16.1",
"cheerio": "^1.2.0",
"protobufjs": "^8.3.0",
"puppeteer-core": "^25.1.0",
"zod": "^4.4.3"
}
}