-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 777 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 777 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
{
"name": "chatCall",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"start:prod": "NODE_ENV=production nodemon app.js"
},
"author": "Aklilu Mandefro",
"license": "MIT",
"dependencies": {
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12",
"node-localstorage": "^2.2.1",
"nodemailer": "^6.7.0",
"nodemon": "^2.0.14",
"pug": "^3.0.2",
"request": "^2.88.2",
"socket.io": "^4.3.1",
"validator": "^13.7.0"
},
"engines": {
"node": ">=10.0.0"
}
}