-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
103 lines (103 loc) · 2.62 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "Phoenix-MD",
"description": "A Simple WhatsApp Bot",
"version": "1.8.0",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start . --attach --name Phoenix-MD"
},
"keywords": [
"termux",
"whatsapp",
"MD",
"Phoenix-MD",
"WhatsApp-MD",
"baileys-md",
"wa-bot",
"bot",
"bot-md",
"terumx-bot",
"multi-device"
],
"author": "Abhishek Suresh",
"license": "Apache-2.0",
"dependencies": {
"@whiskeysockets/baileys": "^6.7.2",
"@adiwajshing/keyed-db": "^0.2.4",
"abhishek-ytube": "^1.0.0",
"awesome-phonenumber": "^3.4.0",
"bitly": "^7.1.2",
"browser-id3-writer": "^4.4.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"ffmpeg": "latest",
"file-type": "^16.5.3",
"fluent-ffmpeg": "latest",
"@ffmpeg-installer/ffmpeg": "latest",
"@ffprobe-installer/ffprobe": "latest",
"form-data": "latest",
"g-i-s": "^2.1.6",
"got": "^11.8.2",
"google-tts-api": "^2.0.2",
"@google/generative-ai": "^0.9.0",
"heroku-client":"^3.1.0",
"jimp": "^0.16.1",
"jsdom": "^20.0.0",
"javascript-obfuscator": "^4.1.0",
"koyeb-api": "^1.0.4",
"mongoose": "^8.5.0",
"moment-timezone": "^0.5.37",
"node-cron": "^3.0.2",
"node-gtts": "^2.0.2",
"node-webpmux": "^3.1.0",
"nodemailer": "^6.9.8",
"openai": "^4.17.4",
"pastebin-js": "^1.0.6",
"cluster":"^0.7.7",
"pg": "^8.8.0",
"pino": "^8.1.0",
"pm2": "^5.2.0",
"qrcode": "^1.5.1",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"scraper-x0": "^1.0.6",
"sequelize": "^6.23.0",
"sharp": "latest",
"simple-git": "^3.14.1",
"sqlite3": "^5.1.1",
"supervisor": "^0.12.0",
"translate-google-api": "^1.0.4",
"solenolyrics":"^5.0.0",
"@octokit/rest": "^19.0.7",
"insta-fetcher":"^1.3.25",
"mumaker": "^1.0.0",
"@vitalets/google-translate-api":"^9.1.0",
"spotifydl-x":"^0.3.0",
"api-dylux":"^1.2.8",
"@bochilteam/scraper":"^4.0.22-alpha.0",
"instagram-url-direct":"^1.0.13",
"chatgpt":"^4.4.1",
"node-os-utils":"^1.3.7",
"perf_hooks":"^0.0.1",
"csv-parse":"^5.3.5",
"js-base64":"^3.7.5",
"openai":"^3.2.1",
"express": "latest",
"aes256":"1.1.0"
},
"directories": {
"lib": "lib",
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbhishekSuresh2/Phoenix-MD.git"
},
"bugs": {
"url": "https://github.com/AbhishekSuresh2/Phoenix-MD/issues"
},
"homepage": "https://github.com/AbhishekSuresh2/Phoenix-MD#readme"
}