-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 KB
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
41
42
43
44
45
46
{
"name": "flamingo-service",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"devStart": "nodemon app.js"
},
"dependencies": {
"@google-cloud/translate": "^9.0.1",
"@google-cloud/vision": "^5.1.0",
"@google/generative-ai": "^0.23.0",
"@xenova/transformers": "^2.17.2",
"axios": "^1.8.4",
"bcryptjs": "^3.0.2",
"child_process": "^1.0.2",
"cloudinary": "^2.6.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"express-session": "^1.18.1",
"google-auth-library": "^9.15.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.13.1",
"mongoose": "^8.11.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.2",
"nodemailer": "^6.10.0",
"qrcode": "^1.5.4",
"socket.io": "^4.8.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"nodemon": "^3.1.9"
},
"type": "commonjs",
"engines": {
"node": "18.x"
}
}