forked from thoriqazzikraa/whatsapp-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.04 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
76
77
78
79
80
81
82
{
"name": "whatsapp-bot",
"version": "2.11.0",
"description": "whatsapp-bot with NodeJS",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Urbaexyz/whatsapp-bot.git"
},
"keywords": [
"Whatsapp-Bot",
"whatsapp-bot",
"wa-bot"
],
"author": "Thoriq Azzikra",
"license": "ISC",
"bugs": {
"url": "https://github.com/Urbaexyz/whatsapp-bot/issues"
},
"homepage": "https://github.com/Urbaexyz/whatsapp-bot",
"dependencies": {
"@open-wa/wa-automate": "^4.36.6",
"@phaticusthiccy/open-apis": "^1.6.0",
"app-root-path": "^3.0.0",
"app-store-scraper": "^0.17.0",
"async-g-i-s": "^1.0.0",
"axios": "^0.21.4",
"bent": "^7.3.12",
"brainly-scraper-v2": "^1.0.3",
"canvacord": "^5.1.0",
"chalk": "4.1.2",
"colors": "1.4.0",
"dotenv": "^10.0.0",
"emoji-api": "^2.0.1",
"figlet": "^1.5.2",
"file-type": "16.5.3",
"flag": "^4.4.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"google-it": "^1.6.2",
"google-play-scraper": "^9.0.0",
"hxz-api": "^1.0.1",
"ikyy": "^5.0.6",
"insta-fetcher": "^1.3.21",
"lolis.life": "^4.0.0",
"lowdb": "1.0.0",
"marked": "^4.0.9",
"moment-timezone": "^0.5.34",
"music-lyrics": "^2.0.2",
"nekos.life": "^3.0.0",
"node-cron": "^3.0.0",
"node-fetch": "2.6.6",
"node-gtts": "^2.0.2",
"parse-ms": "2.1.0",
"path": "^0.12.7",
"pdfkit": "^0.13.0",
"performance-now": "^2.1.0",
"pretty-ms": "^7.0.1",
"promise": "^8.1.0",
"readline": "^1.3.0",
"remove.bg": "^1.3.0",
"rumus-bdr": "^1.0.0",
"sharp": "0.28.3",
"spotify-finder": "^2.1.1",
"spotifydl-core": "^0.2.0",
"stream": "0.0.2",
"tiktok-scraper-ts": "^1.2.2",
"translatte": "^3.0.1",
"waifu.pics-wrapper": "^1.0.0",
"xfarr-api": "^2.0.0",
"xteam-api": "^0.0.7",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.0"
},
"directories": {
"lib": "lib"
}
}