forked from SlavyanDesu/BocchiBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.51 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
{
"name": "bocchibot",
"version": "1.0.0",
"description": "BocchiBot is a multipurpose WhatsApp bot.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "SlavyanDesu",
"repository": {
"type": "git",
"url": "https://github.com/SlavyanDesu/BocchiBot.git"
},
"bugs": {
"url": "https://github.com/SlavyanDesu/BocchiBot/issues"
},
"homepage": "https://github.com/SlavyanDesu/BocchiBot",
"license": "MIT",
"dependencies": {
"@justalk/pornhub-api": "^3.5.0",
"@open-wa/wa-automate": "^3.10.5",
"@vitalets/google-translate-api": "^5.0.0",
"await-exec": "^0.1.2",
"axios": "^0.21.1",
"bent": "^7.3.12",
"canvacord": "^5.1.0",
"chalk": "^4.1.0",
"discord-canvas": "^1.4.1",
"emoji-unicode": "^2.0.1",
"figlet": "^1.5.0",
"file-type": "^16.2.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^9.1.0",
"genshin": "^1.2.4",
"google-it": "^1.6.2",
"is-porn": "^0.9.0",
"mathjs": "^9.0.0",
"moment-timezone": "^0.5.33",
"ms": "^2.1.3",
"nana-api": "^1.1.3",
"needle": "^2.6.0",
"nekobocc": "^1.1.0",
"nekos.life": "^2.0.7",
"nhentai-api": "^3.0.2",
"nhentai-js": "^4.0.0",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-tesseract-ocr": "^2.0.0",
"parse-ms": "^3.0.0",
"sagiri": "^3.1.1",
"video-url-link": "git+https://github.com/YogaSakti/video-url-link.git"
},
"devDependencies": {
"eslint": "^7.22.0"
}
}