-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 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
{
"name": "openai-botwa",
"version": "1.0.0",
"description": "Simple Chatbot OpenAI by BrunoSobrino",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "BrunoSobrino",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "github:WhiskeySockets/Baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"axios": "^0.24.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"clui": "^0.3.6",
"figlet": "^1.5.2",
"fs": "0.0.1-security",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"jimp": "^0.16.1",
"jsdom": "^16.4.0",
"lodash": "^4.17.21",
"lowdb": "^2.1.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.34",
"node-fetch": "^2.6.4",
"node-webpmux": "^3.1.0",
"openai": "^3.1.0",
"performance-now": "^2.1.0",
"pino": "^7.2.0",
"qrcode-terminal": "^0.12.0",
"util": "^0.12.4",
"yargs": "^17.3.1",
"ytdl-core": "github:BrunoSobrino/node-ytdl-core",
"yt-search": "^2.10.2"
}
}