-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.29 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.29 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
{
"name": "Zayy-BotWeA",
"version": "1.0.0",
"description": "No comment",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main"
},
"keywords": [
"Zayy",
"whatsapp",
"bot"
],
"author": "Zayy",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"async": "^3.2.0",
"awesome-phonenumber": "^2.48.0",
"axios": "^0.21.1",
"base64-img": "^1.0.4",
"cfonts": "^2.9.0",
"connect": "^3.7.0",
"emoji-api": "^1.0.2",
"escape-string-regexp": "^4.0.0",
"fake-useragent": "^1.0.1",
"ffmpeg": "0.0.4",
"file-type": "^16.2.0",
"fluent-ffmpeg": "^2.1.2",
"image-to-base64": "^2.2.0",
"imgbb-uploader": "^1.3.0",
"lolis.life": "^4.0.0",
"moment-timezone": "^0.5.32",
"multistream": "^4.0.1",
"node-fetch": "^2.6.1",
"parse-ms": "^2.1.0",
"qrcode": "^1.4.4",
"remove.bg": "^1.3.0",
"request": "^2.88.2",
"spinnies": "^0.5.1",
"tiktok-scraper": "^1.4.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sennkuu/SelfBot.git"
},
"bugs": {
"url": "https://github.com/Seenkuu/SelfBot/issues"
},
"homepage": "https://github.com/Sennkuu/SelfBot#readme"
}