mirror of
https://github.com/sune-org/us.proxy.sune.chat.git
synced 2026-08-28 09:35:42 +00:00
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"name": "us-proxy-sune-chat",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run index.js",
|
|
"dev": "bun --watch index.js"
|
|
},
|
|
"dependencies": {
|
|
"openai": "6.34.*",
|
|
"@anthropic-ai/sdk": "0.91.*",
|
|
"@google/genai": "2.*"
|
|
}
|
|
}
|