{ "name": "windsurf-api", "version": "2.0.96", "description": "Windsurf to OpenAI + Anthropic compatible API proxy. Turns Windsurf's 107 AI models (Claude, GPT, Gemini, DeepSeek, Grok, Qwen, Kimi, GLM, SWE) into dual-protocol API endpoints. Zero npm deps.", "type": "module", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "test": "node --test test/*.test.js" }, "engines": { "node": ">=20.0.0" }, "license": "MIT", "author": "dwgx (https://github.com/dwgx)", "homepage": "https://dwgx.github.io/WindsurfAPI/", "repository": { "type": "git", "url": "git+https://github.com/dwgx/WindsurfAPI.git" }, "bugs": { "url": "https://github.com/dwgx/WindsurfAPI/issues" }, "keywords": [ "windsurf", "codeium", "openai", "anthropic", "claude", "gpt", "gemini", "api-proxy", "llm-gateway", "reverse-engineering", "zero-dependency" ] }