-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 960 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 960 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
38
{
"name": "multirouter-ai",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"start": "tsx src/main.ts",
"dev": "tsx watch src/main.ts",
"dev:doppler": "doppler run -- tsx watch src/main.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@cerebras/cerebras_cloud_sdk": "^1.64.1",
"@google/generative-ai": "^0.24.1",
"@openrouter/sdk": "^0.8.0",
"dotenv": "^17.2.4",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"groq-sdk": "^0.37.0",
"helmet": "^8.1.0",
"openai": "^6.21.0",
"pino": "^10.3.1",
"pino-http": "^11.0.0",
"yaml": "^2.8.2"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/express": "^5.0.6",
"@types/node": "^25.2.3",
"eslint": "^9.39.2",
"globals": "^17.3.0",
"pino-pretty": "^13.1.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.55.0"
}
}