-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 745 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 745 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
34
35
{
"name": "phantom-bot",
"version": "2.2.0",
"description": "PHANTOM BOT - WhatsApp Bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [
"whatsapp",
"bot",
"baileys",
"phantom"
],
"author": "Phantom Bot",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "^6.7.16",
"axios": "^1.7.0",
"cheerio": "^1.0.0",
"google-play-scraper": "^10.1.2",
"gtts": "^0.2.1",
"pdfkit": "^0.17.2",
"pino": "^9.6.0",
"play-dl": "^0.5.6",
"sharp": "^0.33.0",
"youtube-dl-exec": "^3.1.1",
"yt-search": "^2.12.1"
},
"devDependencies": {
"javascript-obfuscator": "^5.3.0",
"nodemon": "^3.1.9"
}
}