forked from MrG3P5/SELF-BOT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.32 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.32 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
{
"name": "SELF-MrG3P5",
"version": "1.0.0",
"description": "Nothing Like 127.0.0.1",
"main": "geps.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@adiwajshing/baileys": "^3.3.0",
"async": "^2.4.1",
"axios": "^0.21.1",
"cfonts": "^2.9.0",
"dotenv": "^8.2.0",
"escape-string-regexp": "^1.0.5",
"exif": "^0.6.0",
"fake-useragent": "^1.0.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^9.1.0",
"image-to-base64": "^2.1.1",
"imgbb-uploader": "^1.3.0",
"moment-timezone": "^0.5.32",
"multistream": "^2.1.0",
"needle": "^2.5.2",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-superfetch": "^0.1.11",
"node-tesseract-ocr": "^2.0.0",
"parse-ms": "^2.1.0",
"performance-now": "^2.1.0",
"qrcode-terminal": "^0.12.0",
"remove.bg": "^1.3.0",
"request": "^2.81.0",
"spinnies": "^0.5.1",
"supervisor": "^0.12.0",
"tiktok-scraper": "^1.4.7",
"ytdl-core": "^4.4.0"
},
"scripts": {
"start": "node geps",
"test": "supervisor geps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrG3P5"
},
"keywords": [
"Nothing Like 127.0.0.1"
],
"author": "X - MrG3P5",
"license": "ISC",
"bugs": {
"url": "https://github.com/MrG3P5"
},
"homepage": "https://github.com/MrG3P5"
}