-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1011 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
43
44
45
{
"name": "whatsappbot",
"version": "2.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "nodemon src/bot.js",
"start": "node src/bot.js"
},
"nodemonConfig": {
"watch": [
"src",
"bot.js"
]
},
"keywords": [],
"author": "PHB",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^4.3.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "^2.0.0",
"canvacord": "^5.3.0",
"canvas": "2.8.0",
"enmap": "^5.9.0",
"fluent-ffmpeg": "^2.1.2",
"forever": "^4.0.3",
"gm": "^1.23.1",
"google-tts-api": "^2.0.2",
"into-stream": "^7.0.0",
"jimp": "^0.16.1",
"node-fetch": "^3.2.3",
"nodemon": "^2.0.15",
"pino": "^7.11.0",
"pino-pretty": "^7.6.1",
"puppeteer": "^14.1.1",
"qrcode-terminal": "^0.12.0",
"spotify-url-info": "^3.1.1",
"tiktok-scraper": "^1.4.36",
"yoo-hoo": "^1.3.1",
"ytdl-core": "^4.11.0",
"ytpl": "^2.3.0",
"ytsr": "^3.8.0"
}
}