-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.48 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
{
"name": "XGR4M-API",
"version": "2.0.0",
"description": "Rest Api XGR4M",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nvhitori/XGR4M-API.git"
},
"keywords": [
"botwa",
"simple",
"api",
"rest",
"api",
"website",
"api-mirip-lolhuman"
],
"author": "XGR4M",
"license": "ISC",
"bugs": {
"url": "https://github.com/nvhitori/XGR4M-API/issues"
},
"dependencies": {
"@adiwajshing/baileys": "^5.0.0",
"@bochilteam/scraper": "^3.0.0",
"axios": "^0.21.1",
"base-64": "^1.0.0",
"base32": "0.0.6",
"brainly-scraper-v2": "^1.1.2",
"cfonts": "^2.9.1",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"file-type": "^16.1.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^3.0.0",
"human-readable": "^0.2.1",
"jimp": "^0.16.2",
"jquery": "^3.6.3",
"lodash": "^4.17.20",
"moment-timezone": "^0.5.40",
"needle": "^2.6.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-tesseract-ocr": "^2.0.0",
"openai": "^3.1.0",
"popper.js": "^1.16.1",
"qs": "^6.10.1",
"request": "^2.88.2",
"spinnies": "^0.5.1",
"ssl-express-www": "^3.0.7",
"urlencode": "^1.1.0"
},
"homepage": "https://github.com/nvhitori/XGR4M-API#readme"
}