forked from X-KERING/TERMOS-WABOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "HAFIZH",
"version": "1.0.0",
"description": "Termux only",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"axios": "^0.21.0",
"dotenv": "^8.2.0",
"image-to-base64": "^2.1.1",
"node-gtts": "^2.0.2",
"moment-timezone": "^0.5.32",
"needle": "^2.5.2",
"node-tesseract-ocr": "^2.0.0",
"async": "^2.4.1",
"performance-now": "^2.1.0",
"request": "^2.81.0",
"escape-string-regexp": "^1.0.5",
"multistream": "^2.1.0",
"fake-useragent": "^1.0.1",
"qrcode-terminal": "^0.12.0",
"cfonts": "^2.9.0",
"fluent-ffmpeg": "^2.1.2",
"node-fetch": "^2.6.1",
"remove.bg": "^1.3.0",
"spinnies": "^0.5.1"
},
"devDependencies": {},
"scripts": {
"test": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HAFizh-15/TERMOS-WABOT.git"
},
"keywords": [
"k"
],
"author": "Hafizh",
"license": "ISC",
"bugs": {
"url": "https://github.com/HAFizh-15/TERMOS-WABOT/issues"
},
"homepage": "https://github.com/HAFizh-15/TERMOS-WABOT/readme"
}