forked from Gimenz/nganu
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.38 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
{
"name": "nganu",
"version": "1.2.41",
"description": "simple Multi Device [MD] whatsapp-bot ",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"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-md": "github:adiwajshing/baileys#multi-device",
"cfonts": "^2.10.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.2",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"gradient-string": "^2.0.0",
"insta-fetcher": "^1.2.98",
"mime-types": "^2.1.34",
"moment-timezone": "^0.5.34",
"node-id3": "^0.2.3",
"node-webpmux": "^3.1.1",
"node-youtube-music": "^0.7.0",
"pino": "^7.6.1",
"qrcode": "^1.5.0",
"readline": "^1.3.0",
"sharp": "^0.28.3",
"socket.io": "^4.4.0",
"syntax-error": "^1.4.0",
"systeminformation": "^5.9.17",
"yargs": "^17.3.1",
"yt-search": "^2.10.3",
"ytdl-core": "^4.10.0"
}
}