forked from Keithkeizzah/ALPHA-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (67 loc) · 1.73 KB
/
package.json
File metadata and controls
68 lines (67 loc) · 1.73 KB
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
{
"name": "ALPHA-MD",
"version": "2.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"s": "node index.js",
"start": "node index.js",
"keith": "pm2 start index.js --attach --max-memory-restart 490M",
"c": "tsc"
},
"keywords": [
"bot",
"Baileys",
"Alpha-Md",
"whatsapp",
"whatsapp-bot",
"keithkeizzah"
],
"author": "keithkeizzah",
"license": "ISC",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"@types/node": "^18.0.6",
"@whiskeysockets/baileys": "npm:asitha-new-v99",
"@xaviabot/fb-downloader": "^1.0.14",
"acrcloud": "^1.4.0",
"axios": "^1.4.0",
"adm-zip": "^0.5.16",
"buffer": "^6.0.3",
"canvacord": "^5.4.8",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"compile-run": "^2.3.4",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"ruhend-scraper": "*",
"ffmpeg": "^0.0.4",
"file-type": "16.5.3",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.1",
"g-i-s": "^2.1.7",
"google-it": "^1.6.4",
"google-tts-api": "latest",
"heroku-client": "^3.1.0",
"human-readable": "^0.2.1",
"javascript-obfuscator": "^4.1.0",
"jimp": "^0.16.13",
"sqlite3": "^5.1.6",
"sequelize": "^6.37.5",
"luxon": "^3.4.4",
"moment-timezone": "^0.5.43",
"mumaker": "^2.0.0",
"node-fetch": "^3.3.2",
"node-catbox": "3.2.0",
"os": "^0.1.2",
"pino": "^8.15.0",
"stream": "^0.0.3",
"wa-sticker-formatter": "^4.4.4",
"wikipedia": "^2.1.2",
"yt-search": "^2.10.4"
}
}