-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 887 Bytes
/
package.json
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": "whatsapp-webjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prettier": "prettier --config .prettierrc 'src/**/*.js' --write",
"dev": "nodemon index.js 5050",
"prod": " NODE_ENV=prod node index.js 8080",
"start": "NODE_ENV=prod node index.js 8080",
"jasmine": "npx jasmine"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"cloudinary": "^1.30.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.6",
"morgan": "^1.10.0",
"nodemailer": "^6.7.7",
"prettier": "^2.7.1",
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.4.1",
"validator": "^13.7.0",
"whatsapp-web.js": "^1.17.1"
}
}