diff --git a/package.json b/package.json new file mode 100644 index 0000000..24826e1 --- /dev/null +++ b/package.json @@ -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.*" + } +}