-
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) · 990 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 990 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
{
"engines" : {
"node": "v22.12.0"
},
"dependencies": {
"@google-cloud/storage": "^7.17.2",
"@google-cloud/text-to-speech": "^6.4.0",
"@google-cloud/vertexai": "^1.10.0",
"@google/generative-ai": "^0.24.1",
"axios": "^1.13.1",
"body-parser": "^2.2.0",
"connect-flash": "^0.1.1",
"delivery-tracker": "^2.8.3",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.18.2",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.4",
"method-override": "^3.0.0",
"mongoose": "^8.19.1",
"multer": "^2.0.2",
"node-fetch": "^3.3.2",
"openai": "^6.7.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"razorpay": "^2.9.6",
"serialport": "^13.0.0",
"socket.io": "^4.8.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@serialport/list": "^12.0.0"
}
}