-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.64 KB
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
{
"name": "whatsapp-bot",
"version": "10.0.0",
"description": "Halo sesama pengguna, <b>whatsapp-bot</b> adalah skrip otomatisasi whatsapp atau lebih seperti bot yang merespons kata kunci tertentu dan beberapa fitur lain yang sedang kami kerjakan.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "npx jest --runInBand"
},
"author": "Lawliet",
"license": "Apache-2.0",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"form-data": "^4.0.0",
"performance-now": "^2.1.0",
"puppeteer": "^19.5.2",
"@open-wa/wa-automate": "^4.42.4",
"@open-wa/wa-decrypt": "^2.0.1",
"axios": "^0.19.2",
"bent": "^7.3.10",
"brainly-scraper": "^1.0.2",
"chalk": "^4.1.0",
"emoji-regex": "^9.0.0",
"emoji-unicode": "^2.0.1",
"file-type": "^15.0.1",
"fs-extra": "^9.0.1",
"google-it": "^1.5.0",
"got": "^11.7.0",
"image-to-base64": "^2.1.1",
"moment-timezone": "^0.5.31",
"needle": "^2.5.2",
"nhentai-api": "^3.0.2",
"nhentai-js": "^4.0.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"promise": "^8.1.0",
"request": "^2.88.2",
"sharp": "^0.26.3",
"tiktok-scraper": "^1.3.4",
"translatte": "^2.5.8"
},
"devDependencies": {
"jest": "^29.3.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"
}