{ "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": { "dotenv": "^16.4.7", "express": "^4.21.2", "openai": "^4.85.4" } }