forked from rzkytmgr/whatsapp-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "whatsapp-bot",
"version": "1.0.0",
"description": "Bot WhatsApp - NodeJS whatsapp bot, many features Votekick, Video to Sticker, Image to Sticker, Cash system, Admin tools and many more",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"Bot",
"whatsapp",
"whtasapp-bot"
],
"author": "rzkytmgrr",
"license": "ISC",
"dependencies": {
"@open-wa/wa-automate": "^3.9.3",
"@vitalets/google-translate-api": "^5.1.0",
"axios": "^0.21.1",
"brainly-scraper": "^1.0.3",
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"fb-video-downloader": "^1.0.3",
"fbvideos": "^1.0.2",
"file-type": "^10.11.0",
"lowdb": "^1.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"needle": "^2.6.0",
"nekos.life": "^2.0.7",
"parse-ms": "^2.1.0",
"sagiri": "^3.1.1",
"solenolyrics": "^5.0.0",
"util": "^0.12.3",
"video-url-link": "^0.1.5",
"wikipedia": "^1.0.1",
"youtube-mp3-downloader": "^0.7.6",
"youtubei": "^0.0.1-rc.14",
"ytdl-core": "^4.5.0"
}
}