-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "whatsapp-bot",
"version": "1.0.0",
"engines": {
"node": "14.x"
},
"description": "THX FOR MHANKBARBAR AND TOBZ FOR PROVIDING THE CODE, REEDIT BY iuha",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "iuha",
"license": "Apache-2.0",
"dependencies": {
"@open-wa/wa-automate": "^3.1.6",
"@open-wa/wa-decrypt": "^2.0.1",
"axios": "^0.19.2",
"ffmpeg": "^0.0.4",
"fs-extra": "^9.0.1",
"gify-cli": "^1.0.2",
"got": "^11.7.0",
"loterias-caixa-scraper": "^0.2.1",
"m3u8-to-mp4": "^1.0.0",
"moment-timezone": "^0.5.31",
"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",
"rpg-dice-roller": "^4.5.2",
"youtube-dl": "^3.0.2"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iuha/whatsapp-bot.git"
},
"keywords": [
"Whatsapp-Bot"
],
"bugs": {
"url": "https://github.com/iuha/whatsapp-bot/issues"
},
"homepage": "https://github.com/iuha/whatsapp-bot#readme"
}