add server

This commit is contained in:
jinhui.li
2025-02-25 16:44:06 +08:00
parent fd5ce5a9f8
commit 5a81d53045
6 changed files with 1331 additions and 1 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "claude-code-reverse",
"version": "1.0.0",
"description": "> You can switch the API endpoint by modifying the ANTHROPIC_BASE_URL environment variable.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.21.2",
"openai": "^4.85.4"
}
}