forked from IndonesianDev/whatsapp-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "whatsapp-bot",
"version": "3.0.0",
"description": "Whatsapp Bot - Node Js",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "AlvioAdjijanuar",
"repository": {
"type": "git",
"url": "https://github.com/IndonesianDev/whatsapp-bot.git"
},
"bugs": {
"url": "https://github.com/IndonesianDev/whatsapp-bot/issues"
},
"homepage": "https://github.com/IndonesianDev/whatsapp-bot",
"license": "ISC",
"dependencies": {
"@open-wa/wa-automate": "^4.1.1",
"@vitalets/google-translate-api": "^4.0.0",
"app-root-path": "^3.0.0",
"axios": "^0.21.1",
"bent": "^7.3.12",
"brainly-scraper": "^1.0.3",
"canvacord": "^5.2.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"dotenv": "^8.2.0",
"emoji-unicode": "^2.0.1",
"figlet": "^1.5.0",
"file-type": "^16.0.1",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^3.0.0",
"fs-extra": "^9.0.1",
"google-translate-open-api": "^1.3.5",
"lowdb": "^1.0.0",
"mathjs": "^9.3.2",
"moment-timezone": "^0.5.31",
"ms": "^2.1.3",
"multer": "^1.4.2",
"nana-api": "^1.1.3",
"nedb": "^1.8.0",
"needle": "^2.6.0",
"nekobocc": "^1.1.0",
"nekos.life": "^2.0.7",
"nhentai-api": "^3.0.2",
"nhentai-js": "^4.0.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-tesseract-ocr": "^2.0.0",
"image-to-base64": "^2.1.1",
"parse-ms": "^2.1.0",
"promise": "^8.1.0",
"path": "^0.12.7",
"quizizz.js": "^1.1.1",
"remove.bg": "^1.3.0",
"request": "^2.88.2",
"sagiri": "^3.1.1",
"sastrawijs": "^1.0.3",
"stream": "^0.0.2",
"util": "^0.12.3",
"video-url-link": "git+https://github.com/YogaSakti/video-url-link.git"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0"
}
}