-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 873 Bytes
/
package.json
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
{
"name": "gemini-trials",
"version": "1.0.0",
"description": "",
"main": "app.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx nodemon app.js",
"start": "node app.mjs"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.1.3",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"groq": "^3.43.0",
"groq-sdk": "^0.4.0",
"http": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"lowdb": "^1.0.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.7.0",
"path": "^0.12.7",
"uuid": "^9.0.1",
"websocket": "^1.0.35",
"ws": "^8.17.0"
}
}