-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
15 lines (15 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "freebuff2api",
"version": "1.9.1",
"type": "module",
"private": true,
"description": "FreeBuff2API OpenAI and Anthropic compatible gateway for Node.js",
"scripts": {
"start": "node server.js",
"check": "node --check server.js && node --check local-proxy.js && node --check management-api.js && node --check worker.js && node --check scripts/build-freebuff-models-json.mjs && node --check scripts/test-model-status.mjs && node --check scripts/test-upstream-compat.mjs && node --check scripts/test-local-proxy.mjs && node --check scripts/test-management-api.mjs",
"test": "npm run check && node scripts/test-model-status.mjs && node scripts/test-upstream-compat.mjs && node scripts/test-local-proxy.mjs && node scripts/test-management-api.mjs"
},
"engines": {
"node": ">=24"
}
}