openai-code
Version:
An unofficial proxy layer that lets you use Anthropic Claude Code with any OpenAI API backend.
39 lines (38 loc) • 843 B
JSON
{
"name": "openai-code",
"version": "2.2.1",
"description": "An unofficial proxy layer that lets you use Anthropic Claude Code with any OpenAI API backend.",
"main": "src/index.mjs",
"type": "module",
"bin": {
"openai-code": "src/index.mjs"
},
"scripts": {
"test": "vitest run",
"start": "node src/index.mjs"
},
"overrides": {
"ajv": "^8.17.1",
"whatwg-url": "^14.0.0"
},
"keywords": [
"openai",
"claude",
"code",
"proxy",
"api"
],
"author": "Anonymous",
"license": "WTFPL",
"dependencies": {
"express": "^4.21.2",
"fast-glob": "^3.3.3",
"https-proxy-agent": "^7.0.6",
"openai": "^4.85.4",
"puppeteer": "^24.4.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"usearch": "^2.17.1",
"vitest": "^3.0.8"
}
}