-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
81 lines (81 loc) · 2.05 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
{
"name": "nikkaxmd",
"version": "1.0.0",
"description": "nikka-md simple multi device WhatsApp Bot.",
"main": "./haki.js",
"type": "commonjs",
"scripts": {
"start": "pm2 start . --attach --name nikka"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hakisolos/nikka-x-md.git"
},
"keywords": [
"bot",
"ai",
"Haki",
"KING",
"ironm4n"
],
"author": "king",
"developer": "haki",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hakisolos/nikka-x-md/issues"
},
"homepage": "https://github.com/hakisolos/nikka-x-md#readme",
"dependencies": {
"@whiskeysockets/baileys": "6.7.9",
"@adiwajshing/baileys": "^5.0.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "3.0.0",
"@neeraj-x0/textpro": "^1.0.3",
"@vitalets/google-translate-api": "^9.2.0",
"axios": "^1.3.3",
"archiver": "^5.3.1",
"bitly": "^7.1.2",
"browser-id3-writer": "^4.4.0",
"chatgpt": "^5.2.5",
"cheerio": "^1.0.0-rc.12",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"g-i-s": "^2.1.6",
"google-tts-api": "^2.0.2",
"got": "^11.8.2",
"heroku-client": "^3.1.0",
"imgur": "^2.2.0",
"imgbb-uploader": "^1.5.1",
"jimp": "^0.16.1",
"jsdom": "^20.0.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.40",
"mumaker": "^2.0.0",
"node-cron": "^3.0.2",
"node-fetch": "^2.0.0",
"node-webpmux": "^3.1.0",
"pastebin-js": "^1.0.6",
"pg": "^8.8.0",
"pino": "^8.1.0",
"pm2": "^5.2.0",
"qrcode": "^1.5.1",
"qrcode-reader": "^1.0.4",
"qs": "^6.11.0",
"raganork-bot": "^3.0.1",
"scraper-x0": "^1.0.6",
"sequelize": "^6.23.0",
"simple-git": "^3.14.1",
"spinnies": "^0.5.1",
"spotifydl-x": "^0.3.5",
"sqlite3": "^5.1.7",
"supervisor": "^0.12.0",
"ytdl-core": "^4.11.5",
"yt-search": "^2.10.3",
"megajs": "^1.1.2"
}
}