forked from Miragetechie/Kord-Ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.31 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
{
"name": "kord-ai",
"version": "1.4.2",
"description": "A simple WhatsApp user bot written in JavaScript using the Baileys library. This bot can interact with groups and normal messages. ",
"main": "index.js",
"scripts": {
"test": "node index.js",
"start": "npx pm2 start . --attach --name kord-ai",
"stop": "npx pm2 stop kord-ai",
"install-pm2-global": "npm install -g pm2",
"pm2-list": "npx pm2 list",
"pm2-monit": "npx pm2 monit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/M3264/Kord.git"
},
"keywords": [
"md",
"whatsapp-web",
"whatsapp-bot",
"multi-device",
"kord-ai",
"m3264",
"bot",
"baileys",
"nodejs"
],
"author": "Mirage Tech",
"license": "MIT",
"bugs": {
"url": "https://github.com/M3264/Kord/issues"
},
"homepage": "https://github.com/M3264/Kord#readme",
"dependencies": {
"@iamtraction/google-translate": "^2.0.1",
"@bochilteam/scraper": "^4.2.4",
"@whiskeysockets/baileys": "^6.7.7",
"@distube/ytdl-core": "^4.14.4",
"@kazesolo/toanime": "^1.0.0",
"archiver": "^7.0.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.6.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"express": "^4.19.2",
"fluent-ffmpeg": "^2.1.3",
"fetch-lyrics": "^1.0.15",
"lyrics-finder": "^21.7.0",
"g-i-s": "^2.1.7",
"gifted-dls": "^1.2.7",
"googlethis": "^1.8.0",
"genius-lyrics": "^4.4.7",
"iso-639-1": "^3.1.2",
"jimp": "^0.16.13",
"link-preview-js": "^3.0.5",
"lodash.debounce": "^4.0.8",
"mal-scraper": "^2.13.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"mongodb": "^6.8.0",
"nayan-media-downloader": "^2.4.9",
"pm2": "^5.3.2",
"object-query-string": "^1.2.0",
"qrcode-terminal": "^0.12.0",
"rahad-media-downloader": "^2.1.14",
"socket.io": "^4.7.5",
"sharp": "^0.32.6",
"systeminformation": "^5.22.11",
"tesseract.js": "^4.1.1",
"wa-sticker-formatter": "^4.4.4",
"winston": "^3.13.0",
"yt-search": "^2.11.1",
"youtubedl-core": "npm:@distube/ytdl-core",
"ytdl-core": "^4.11.5",
"new-youtube-exec": "1.0.5",
"vcard-parser": "^1.0.0",
"libphonenumber-js": "^1.11.11",
"semver": "^7.3.8",
"crypto": "^1.0.1",
"adm-zip": "^0.5.10"
}
}