forked from HYPER-MOD/Queen-Alexa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.38 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
{
"name": "Queen-Alexa",
"version": "1.0.0",
"description": "Queen-Alexa",
"main": "run.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@adiwajshing/baileys": "^3.5.2",
"async": "^3.2.1",
"awesome-phonenumber": "^2.62.0",
"axios": "^0.21.4",
"base64-to-image": "^1.0.2",
"browser-id3-writer": "^4.4.0",
"cfonts": "^2.10.0",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fake-useragent": "^1.0.1",
"emoji-api": "^1.0.2",
"figlet": "^1.5.2",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"g-i-s": "^2.1.6",
"got": "^11.8.2",
"hxz-api": "^1.0.1",
"image-to-base64": "^2.2.0",
"jsdom": "^17.0.0",
"moment-timezone": "^0.5.33",
"ms": "^2.1.3",
"multistream": "^4.1.0",
"npm-check-updates": "^11.8.5",
"parse-ms": "^3.0.0",
"performance-now": "^2.1.0",
"python-shell": "^3.0.0",
"qrcode": "^1.4.4",
"qs": "^6.10.1",
"request": "^2.88.2",
"spinnies": "^0.5.1",
"yt-search": "^2.7.6",
"syntax-error": "^1.4.0"
},
"scripts": {
"start": "node run.js",
"test": "supervisor main"
},
"repository": {
"type": "git"
},
"keywords": [
"self bot wa"
],
"author": "Queen-Alexa",
"license": "ISC",
"bugs": {},
"homepage": "https://github.com/HYPER-MOD"
}