{ "name": "claude-code-router", "version": "1.0.0", "description": "You can switch the API endpoint by modifying the ANTHROPIC_BASE_URL environment variable.", "main": "index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.mjs" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "dotenv": "^16.4.7", "express": "^4.21.2", "https-proxy-agent": "^7.0.6", "openai": "^4.85.4" } }