forked from bennysolo/babybot-1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.51 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
{
"name": "babybot",
"version": "1.0.0",
"description": "script bot whatsapp termux",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node index",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ramlan404/babybot.git"
},
"keywords": [
"botwa",
"ramlan",
"babybot",
"whatsapp"
],
"author": "Ramlan ID",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ramlan404/babybot/issues"
},
"homepage": "https://github.com/Ramlan404/babybot#readme",
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"async": "^3.2.0",
"awesome-phonenumber": "^2.47.0",
"axios": "^0.21.1",
"base64-img": "^1.0.4",
"brainly-scraper": "^1.0.3",
"cfonts": "^2.9.1",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"escape-string-regexp": "^4.0.0",
"fake-useragent": "^1.0.1",
"file-type": "^16.3.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"g-i-s": "^2.1.6",
"image-to-base64": "^2.1.1",
"imgbb-uploader": "^1.3.0",
"jsdom": "^16.6.0",
"moment-timezone": "^0.5.33",
"ms": "^2.1.3",
"multistream": "^4.1.0",
"node-fetch": "^2.6.1",
"parse-ms": "^2.1.0",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"request": "^2.88.2",
"spinnies": "^0.5.1",
"stream": "0.0.2",
"util": "^0.12.4",
"yt-search": "^2.8.0"
}
}