-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.02 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
{
"name": "SonGokuBot",
"version": "1.0.0",
"description": "Simple WhatsApp Bot",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"keywords": [
"whatsapp-bot",
"baileys-md",
"bot-wa",
"multi-device"
],
"author": "Zam",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@hapi/boom": "^10.0.0",
"axios": "^1.13.6",
"aptoide-scraper": "github:DIEGO-OFC/dv-aptoide-scraper",
"@whiskeysockets/baileys": "github:gatanina-li/baileys",
"chalk": "^4.1.2",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"gradient-string": "^2.0.2",
"human-readable": "^0.2.1",
"jimp": "^0.16.13",
"lowdb": "^2.1.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mongodb": "^5.9.0",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.2.0",
"performance-now": "^2.1.0",
"pino": "^8.8.0",
"yargs": "^17.6.2"
},
"overrides": {
"music-metadata": "11.12.3",
"phin": "3.7.1"
}
}