-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.03 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.03 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
47
48
{
"name": "mangoBridge",
"version": "1.0.0",
"description": "AI-powered multilingual team communication platform",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"translation",
"multilingual",
"chat",
"deepgram",
"express",
"mongodb"
],
"author": "Angy",
"license": "ISC",
"dependencies": {
"@deepgram/sdk": "^4.11.2",
"@huggingface/inference": "^4.13.3",
"bcryptjs": "^3.0.3",
"cloudinary": "^2.8.0",
"cors": "^2.8.5",
"cross-fetch": "^4.1.0",
"deepl-node": "^1.22.0",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-flash": "^0.0.2",
"express-session": "^1.18.2",
"mongodb": "^7.0.0",
"mongoose": "^8.19.3",
"multer": "^2.0.2",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"validator": "^13.15.23",
"ws": "^8.18.3"
},
"devDependencies": {
"nodemon": "^3.1.10"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}