-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 KB
/
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
43
{
"name": "whatsappbot",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"cloudscraper": "^4.6.0",
"easyff": "^1.0.0",
"express": "^4.18.1",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"google-translate-api": "^2.3.0",
"images-scraper": "^6.4.0",
"jsdom": "^20.0.0",
"microsoft-cognitiveservices-speech-sdk": "^1.22.0",
"newspk": "^1.0.14",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.18",
"pm2": "^5.2.0",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-adblocker": "^2.13.4",
"puppeteer-extra-plugin-stealth": "^2.11.0",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"readline-sync": "^1.4.10",
"request": "^2.88.2",
"striptags": "^3.2.0",
"user-agents": "^1.0.1098",
"uuid": "^8.3.2",
"whatsapp-web.js": "^1.16.7",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2-runtime start ecosystem.config.js --env production"
},
"author": "Mazan Labeeb",
"license": "ISC",
"description": ""
}