-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.11 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
{
"name": "cat-galactic",
"version": "0.0.4",
"description": "Um chatbot com uso de IA para WhatsApp",
"main": "src",
"scripts": {
"start": "node start.js",
"lint": "eslint ."
},
"author": "kaikygr",
"license": "MIT",
"dependencies": {
"@adiwajshing/keyed-db": "0.2.4",
"@distube/ytdl-core": "^4.16.4",
"@google/generative-ai": "0.23.0",
"@hapi/boom": "10.0.1",
"@types/yt-search": "2.10.3",
"@whiskeysockets/baileys": "6.17.16",
"ansi-colors": "4.1.3",
"async": "3.2.6",
"awesome-phonenumber": "7.3.0",
"axios": "1.8.1",
"browser-id3-writer": "6.2.0",
"bull": "4.16.5",
"cache": "^3.0.0",
"cfonts": "3.3.0",
"chalk": "5.4.1",
"cheerio": "1.0.0",
"child_process": "1.0.2",
"clean": "^4.0.2",
"clui": "0.3.6",
"colors": "1.4.0",
"cookie": "1.0.2",
"dasu": "^0.4.3",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"date-format": "4.0.14",
"dotenv": "16.4.7",
"escape-string-regexp": "5.0.0",
"file-type": "20.4.0",
"fluent-ffmpeg": "2.1.3",
"form-data": "4.0.2",
"fs-extra": "11.3.0",
"is-url": "1.2.4",
"jpeg-js": "0.4.4",
"jsdom": "26.0.0",
"mime": "4.0.6",
"moment-timezone": "0.5.47",
"ms": "2.1.3",
"multistream": "4.1.0",
"node-cache": "5.1.2",
"node-fetch": "3.3.2",
"node-webpmux": "3.2.0",
"parse-ms": "4.0.0",
"performance-now": "2.1.0",
"pino": "9.6.0",
"qrcode-terminal": "0.12.0",
"qs": "6.14.0",
"queue": "7.0.0",
"readline": "1.3.0",
"request": "^2.88.2",
"sqlite3": "5.1.7",
"uuid": "11.1.0",
"winston": "3.17.0",
"winston-transport": "^4.9.0",
"youtube-search-api": "1.2.2",
"yt-search": "^2.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Kaikygr/galactic-cat.git"
},
"keywords": [
"whatsapp",
"bot",
"nodejs",
"automation"
],
"bugs": {
"url": "https://github.com/Kaikygr/galactic-cat/issues"
},
"homepage": "https://github.com/Kaikygr/galactic-cat#readme"
}