-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
36 lines (36 loc) · 882 Bytes
/
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
{
"name": "weabot",
"version": "1.0.0",
"description": "Wea Bot 2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MhankBarBar/weabot.git"
},
"keywords": [
"WhatsAppBot"
],
"author": "MhankBarBar",
"dependencies": {
"@adiwajshing/baileys": "^3.5.2",
"axios": "^0.23.0",
"cfonts": "^2.10.0",
"fluent-ffmpeg": "^2.1.2",
"imgbb-uploader": "^1.3.3",
"jpeg-js": "^0.4.3",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.1.0",
"qrcode-terminal": "^0.12.0",
"spinnies": "^0.3.2"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/MhankBarBar/weabot/issues"
},
"homepage": "https://github.com/MhankBarBar/weabot#readme"
}