WindsurfAPI / package.json
github-actions[bot]
Deploy from GitHub: 7495fde758f0be655f95e6331fec2898267f790c
f6266b9
raw
history blame contribute delete
293 Bytes
{
"name": "windsurf-api",
"version": "1.3.0",
"description": "Windsurf to OpenAI-compatible API proxy",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js"
},
"engines": {
"node": ">=20.0.0"
}
}