CoolFace
Apppublic

DanielleNguyen/WindsurfAPI

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
package.json15 linesDownload Raw Back to root
1{2  "name": "windsurf-api",3  "version": "1.3.0",4  "description": "Windsurf to OpenAI-compatible API proxy",5  "type": "module",6  "main": "src/index.js",7  "scripts": {8    "start": "node src/index.js",9    "dev": "node --watch src/index.js"10  },11  "engines": {12    "node": ">=20.0.0"13  }14}15