-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
53 lines (53 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
{
"name": "Maria-Bot",
"version": "1.0.0",
"description": "WhatsApp Bot Using Nodejs",
"main": "index.js",
"type": "commonjs",
"directories": {
"lib": "lib",
"database": "database",
"database": "database",
"session": "session",
"media": "media"
},
"scripts": {
"start": "node index.js"
},
"author": "Ayush",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "^6.5.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"awesome-phonenumber": "^5.9.0",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.5.0",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"google-it": "^1.6.2",
"google-tts-api": "^2.0.2",
"human-readable": "^0.2.1",
"jimp": "^0.16.13",
"jsdom": "^22.1.0",
"moment-timezone": "^0.5.43",
"node-fetch": "^2.6.11",
"node-id3": "^0.2.3",
"node-webpmux": "^3.1.7",
"node-youtube-music": "^0.8.3",
"performance-now": "^2.1.0",
"pino": "^8.14.1",
"qrcode": "^1.5.3",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"set-cookie": "^0.0.4",
"translate-google-api": "^1.0.4",
"youtube-yts": "^2.0.0",
"ytdl-core": "^4.11.5",
"youtubedl-core": "^4.11.5"
}
}