-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
93 lines (93 loc) · 2.44 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "sylpha-bot",
"version": "1.0.0",
"description": "WhatsApp Bot Multi Device",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "node index.js",
"qr": "node index.js qr",
"code": "node index.js code",
"test": "node test.js",
"test2": "nodemon index.js",
"eslint": "eslint .",
"eslintfix": "eslint --fix ."
},
"homepage": "https://github.com/AleXD0009/Sylpha-bot",
"author": {
"name": "JTxs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleXD0009/Sylpha-bot.git"
},
"bugs": {
"url": "https://github.com/AleXD0009/Sylpha-bot/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@bochilteam/scraper": "^4.2.4",
"@hapi/boom": "^10.0.1",
"@StarlightsTeam/Scraper": "github:StarlightsTeam/StarlightsTeam-Scraper",
"@whiskeysockets/baileys": "github:CarlosTwT/bail",
"api-dylux": "^1.7.2",
"aptoide-scraper": "^1.0.1",
"ruhend-scraper": "*",
"awesome-phonenumber": "^3.4.0",
"axios": "^1.1.2",
"cfonts": "^3.1.1",
"chalk": "^5.1.0",
"cheerio": "npm:[email protected]",
"colors": "1.4.0",
"express": "^4.18.1",
"figlet": "^1.7.0",
"file-type": "^18.0.0",
"fluent-ffmpeg": "^2.1.2",
"fluid-spotify.js": "*",
"form-data": "^4.0.0",
"formdata-node": "^5.0.0",
"g-i-s": "^2.1.6",
"google-it": "^1.6.4",
"human-readable": "^0.2.1",
"instagram-url-direct": "^1.0.13",
"jsdom": "^20.0.1",
"link-preview-js": "^3.0.0",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"megajs": "^1.1.3",
"mime-types": "^2.1.35",
"mongoose": "^6.6.5",
"node-cache": "^5.1.2",
"node-fetch": "^3.2.10",
"node-gtts": "^2.0.2",
"node-webpmux": "^3.1.3",
"openai": "^3.3.0",
"pdfkit": "^0.13.0",
"perf_hooks": "^0.0.1",
"pino": "^8.6.1",
"pino-pretty": "^9.1.1",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"sanzy-spotifydl": "*",
"similarity": "^1.2.1",
"socket.io": "^4.5.2",
"syntax-error": "^1.4.0",
"terminal-image": "^2.0.0",
"translate-google-api": "^1.0.4",
"url-file-size": "^1.0.5-1",
"url-regex-safe": "^3.0.0",
"ws": "^8.17.1",
"yargs": "^17.6.0",
"yt-search": "^2.10.3"
},
"optionalDependencies": {
"moment-timezone": "^0.5.45",
"wa-sticker-formatter": "^4.3.2"
}
}