-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 821 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 821 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
39
40
{
"name": "ChatAP",
"version": "1.5",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "node build.js",
"serve": "serve",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.17.1",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"groq-sdk": "^0.3.3",
"http": "^0.0.1-security",
"https": "^1.0.0",
"jimp": "^0.22.12",
"moment-timezone": "^0.5.45",
"path": "^0.12.7",
"serve": "^14.2.3",
"socket.io": "^4.7.5",
"terser": "^5.31.6",
"vercel": "^34.2.0",
"ws": "^8.18.0"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}