-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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
{
"name": "zacros",
"version": "1.0.0",
"description": "Bot Wea Mudah Digunakan",
"main": "main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@adiwajshing/baileys": "^3.5.2",
"@dhnapi/news-api": "^1.0.10--up-v",
"async": "^2.4.1",
"awesome-phonenumber": "^2.62.1",
"axios": "^0.21.1",
"brainly-scraper": "^1.0.3",
"caliph-api": "^0.2.1",
"cfonts": "^2.9.0",
"cheerio": "^1.0.0-rc.5",
"cookie": "^0.4.1",
"escape-string-regexp": "^1.0.5",
"fake-useragent": "^1.0.1",
"file-type": "^16.5.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"g-i-s": "^2.1.6",
"google-it": "^1.6.2",
"human-readable": "^0.2.1",
"moment-timezone": "^0.5.32",
"multistream": "^2.1.0",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.5",
"parse-ms": "^3.0.0",
"qrcode": "^1.4.4",
"remove.bg": "^1.3.0",
"similarity": "^1.2.1",
"speed-test": "^2.1.0",
"spinnies": "^0.5.1",
"syntax-error": "^1.4.0",
"util": "^0.12.3",
"yt-search": "^2.7.5"
},
"devDependencies": {},
"author": "Zacros-Team",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Zacros-Team/ZacrosBot.git"
},
"keywords": [
"botwhatsapp"
],
"bugs": {
"url": "https://github.com/Zacros-Team/ZacrosBot/issues"
},
"homepage": "https://github.com/Zacros-Team/ZacrosBot#readme"
}