-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 930 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 930 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
{
"name": "ollama_balancer",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
"build": "echo \"no Build specified\""
},
"dependencies": {
"@elysiajs/cors": "^1.3.3",
"@elysiajs/swagger": "^1.3.1",
"@types/cheerio": "^1.0.0",
"@types/convict": "^6.1.6",
"@types/convict-format-with-validator": "^6.0.5",
"@types/md5": "^2.3.5",
"@types/qs": "^6.14.0",
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"convict": "^6.2.4",
"convict-format-with-validator": "^6.2.0",
"drizzle-orm": "^0.44.2",
"elysia": "latest",
"elysia-helmet": "^3.0.0",
"https-proxy-agent": "^7.0.6",
"md5": "^2.3.0",
"mysql2": "^3.14.1",
"prettier": "^3.6.2",
"qs": "^6.14.0"
},
"devDependencies": {
"bun-types": "latest",
"drizzle-kit": "^0.31.4"
},
"module": "src/index.js"
}