-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 928 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
35
36
37
38
39
40
41
42
{
"name": "wa-management",
"version": "0.0.0",
"private": true,
"nodemonConfig": {
"ignore": [
"sessions/*",
"docs/*"
],
"delay": "2500"
},
"scripts": {
"start": "nodemon ./bin/www",
"simple": "nodemon ./service/index"
},
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"node-nlp": "^4.17.0",
"qrcode": "^1.4.4",
"sequelize": "^6.3.5",
"socket.io": "^2.3.0",
"socket.io-client": "^3.0.3",
"voca": "^1.4.0",
"whatsapp-web.js": "^1.11.1"
},
"devDependencies": {
"@types/node": "^14.14.9",
"sequelize-cli": "^6.2.0"
}
}