-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
56 lines (56 loc) · 1.41 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
{
"name": "whatsapp-bot",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"author": "Jonathan",
"license": "Apache-2.0",
"dependencies": {
"@open-wa/wa-automate": "^4.20.6",
"@open-wa/wa-decrypt": "^2.0.1",
"axios": "^0.21.2",
"brainly-scraper": "^1.0.2",
"chalk": "^4.1.2",
"dialogflow": "^1.2.0",
"emoji-regex": "^9.0.0",
"fs-extra": "^9.0.1",
"gify": "^0.2.0",
"google": "^2.1.0",
"google-search-results-nodejs": "^2.0.1",
"google-tts-api": "^2.0.2",
"got": "^11.7.0",
"moment-timezone": "^0.5.31",
"needle": "^2.9.0",
"nhentai-api": "^3.0.2",
"nhentai-js": "^4.0.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"remove.bg": "^1.3.0",
"request": "^2.88.2",
"tiktok-scraper": "^1.4.36",
"video-url-link": "^0.1.4",
"wikijs": "^6.3.2",
"youtube-mp3-downloader": "^0.7.7",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.9.1"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhankbarbar/whatsapp-bot.git"
},
"keywords": [
"Whatsapp-Bot"
],
"bugs": {
"url": "https://github.com/mhankbarbar/whatsapp-bot/issues"
},
"homepage": "https://github.com/mhankbarbar/whatsapp-bot#readme"
}