{ "name": "@llm-gateway/chatgpt-api-adapter", "version": "1.0.0", "description": "OpenAI API compatibility adapter for LLM Gateway", "type": "module", "main": "dist/index.js", "bin": { "chatgpt-api": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/cli.js", "test": "vitest" }, "dependencies": { "@llm-gateway/client": "*", "fastify": "^5.3.0", "@fastify/cors": "^9.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "vitest": "^1.0.0" }, "keywords": [ "openai", "api", "compatibility", "llm", "gateway", "chatgpt" ], "license": "MIT", "author": "Rene Fichtmueller" }