-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
67 lines (67 loc) · 1.68 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
{
"name": "whatsapp-botto-re",
"version": "3.0.1",
"description": "Anime Whatsapp Bot",
"main": "kntl.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"author": "SomnathDas & Alen Yohannan",
"license": "GPL-3.0",
"dependencies": {
"@open-wa/wa-automate": "^3.0.6",
"@open-wa/wa-decrypt": "^2.0.1",
"akaneko": "^3.3.0",
"area-selection-js": "0.0.2",
"axios": "^0.21.1",
"bent": "^7.3.10",
"brainly-scraper": "^1.0.1",
"emoji-strip": "^1.0.1",
"ffmpeg": "0.0.4",
"fs-extra": "^9.0.1",
"gif-frames": "^1.0.1",
"gifit": "0.0.3",
"gifwrap": "^0.9.2",
"gify": "^0.2.0",
"google-translate-open-api": "^1.3.5",
"got": "^11.5.2",
"image-size": "^0.9.1",
"image-to-pdf": "^1.0.0",
"jimp": "^0.16.1",
"moment-timezone": "^0.5.31",
"multer": "^1.4.2",
"mal-scraper": "^2.11.2",
"nana-api": "^1.1.2",
"nhentai-api": "^3.0.2",
"nhentai-js": "^4.0.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-run-cmd": "^1.0.1",
"public-waifulist": "0.0.2",
"remove.bg": "^1.3.0",
"request": "^2.88.2",
"saucenao": "0.0.2",
"thumbbot": "^0.4.1",
"tiktok-scraper": "^1.3.0",
"video-crop": "^1.1.0",
"video-crop-cli": "^1.1.0",
"video-url-link": "^0.1.4",
"ytdl": "^1.3.5"
},
"directories": {
"lib": "lib"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SomnathDas/whatsapp-botto-re.git"
},
"keywords": [
"Whatsapp-Bot"
],
"bugs": {
"url": "https://github.com/SomnathDas/whatsapp-botto-re.git"
},
"homepage": "https://github.com/SomnathDas/whatsapp-botto-re.git"
}