mirror of
https://github.com/sune-org/us.proxy.sune.chat.git
synced 2026-03-16 18:11:01 +00:00
Feat: Add package.json
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal 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.*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user