-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 998 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "windsurfapi",
"version": "2.0.7",
"description": "Windsurf → OpenAI / Anthropic compatible proxy with multi-account pool, token/credit stats, and admin dashboard.",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"check": "find src -name '*.js' -type f -exec node --check {} +"
},
"keywords": [
"windsurf",
"codeium",
"openai",
"anthropic",
"proxy",
"api",
"language-server"
],
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guanxiaol/WindsurfPoolAPI.git"
},
"author": "guanxiaol (fork) <guanxiaol@users.noreply.github.com>",
"contributors": [
"dwgx1337 (original author) <https://github.com/dwgx>"
],
"bugs": {
"url": "https://github.com/guanxiaol/WindsurfPoolAPI/issues"
},
"homepage": "https://github.com/guanxiaol/WindsurfPoolAPI#readme"
}