-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 796 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 796 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
{
"name": "wa-bot",
"version": "1.0.0",
"description": "",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@adminjs/express": "^5.0.1",
"@google-cloud/dialogflow": "^5.2.1",
"adminjs": "^6.2.4",
"body-parser": "^1.20.0",
"connect-pg-simple": "^7.0.0",
"cors": "^2.8.5",
"ejs": "^3.1.8",
"express": "^4.18.1",
"multer": "^1.4.5-lts.1",
"pm2": "^5.2.0",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"socket.io": "^4.5.2",
"uuid": "^9.0.0",
"whatsapp-web.js": "github:pedroslopez/whatsapp-web.js"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}