Feat: Add package.json

This commit is contained in:
2026-02-18 13:16:59 -08:00
parent 3eda530bcb
commit 64f073ab80

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"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.1.*",
"@anthropic-ai/sdk": "0.65.*"
}
}