-
-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
75 lines (75 loc) · 1.83 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
{
"name": "nganu",
"version": "1.2.51",
"description": "Multi Device WhatsApp Bot ",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node . --test",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gimenz/nganu.git"
},
"keywords": [
"whatsapp-bot",
"bot-whatsapp",
"multi-device",
"wabot",
"botwa",
"bot-whatsapp-md"
],
"author": "Gimenz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gimenz/nganu/issues"
},
"homepage": "https://github.com/Gimenz/nganu#readme",
"dependencies": {
"@adiwajshing/baileys": "^4.2.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@vitalets/google-translate-api": "^8.0.0",
"1cak-scraper": "^0.0.2",
"canvas": "^2.7.0",
"canvas-txt": "github:Gimenz/Canvas-Txt",
"cfonts": "^2.10.0",
"ejs": "^3.1.6",
"emoji-api": "^2.0.1",
"emoji-regex": "^10.0.0",
"express": "^4.17.2",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"googlethis": "^1.2.7",
"got": "^11.8.2",
"gradient-string": "^2.0.0",
"insta-fetcher": "^1.3.23",
"lodash": "^4.17.21",
"lyrics-parse": "^1.1.1",
"mime-types": "^2.1.34",
"moment-timezone": "^0.5.34",
"node-id3": "^0.2.3",
"node-json-db": "^1.4.1",
"node-webpmux": "^3.1.1",
"node-youtube-music": "^0.7.0",
"npm": "^8.5.0",
"pino": "^7.6.1",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"remove.bg": "^1.3.0",
"sharp": "^0.30.6",
"socket.io": "^4.4.0",
"syntax-error": "^1.4.0",
"systeminformation": "^5.9.17",
"twitter": "^1.7.1",
"wattpad.js": "^0.0.21",
"yargs": "^17.3.1",
"youtubei.js": "^1.3.8",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.0"
}
}