Spaces:
Sleeping
Sleeping
File size: 293 Bytes
f6266b9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"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"
}
}
|