-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 896 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
{
"name": "gemini-trials",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx nodemon app.js",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.1.3",
"axios": "^1.6.7",
"browserify-zlib": "^0.2.0",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"https-browserify": "^1.0.0",
"mysql": "^2.18.1",
"mysql2": "^3.7.0",
"path-browserify": "^1.0.1",
"querystring-es3": "^0.2.1",
"react-chatbot-kit": "^2.2.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"uuid": "^9.0.1"
}
}