Files
us.proxy.sune.chat/package.json
2026-02-18 16:25:22 -08:00

15 lines
266 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.22.*",
"@anthropic-ai/sdk": "0.77.*"
}
}