-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 795 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 795 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
{
"name": "WhatsAppApi",
"version": "1.5.7",
"description": "WhatsApp API via Puppeteer",
"author": "Cristian Yosafat Hernández Ruiz",
"license": "ISC",
"main": "indexWhatsApp.js",
"private": "false",
"scripts": {
"start": "nohup node indexWhatsApp.js",
"test": "node indexWhatsApp.js"
},
"dependencies": {
"@toolia/json-args": "^1.1.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"helmet": "^3.23.3",
"http-proxy": "^1.18.1",
"lowdb": "^1.0.0",
"moment": "^2.29.0",
"node-fetch": "^2.6.1",
"node-port-check": "^2.0.1",
"puppeteer": "^2.1.1",
"qrcode-terminal": "^0.12.0",
"socket.io-client": "^2.3.1",
"yaqrcode": "^0.2.1"
}
}