-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
{
"name": "base-bailey-json",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"pre-copy": "cd .. && npm run copy.lib base-baileys-json",
"start": "node ."
},
"keywords": [],
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@andresaya/edge-tts": "^1.2.4",
"@builderbot/bot": "1.2.2",
"@builderbot/provider-baileys": "1.2.2",
"@timefox/bic-sydney": "^1.1.7",
"@waylaidwanderer/chatgpt-api": "github:Richard-Weiss/node-chatgpt-api",
"@whiskeysockets/baileys": "^6.7.9",
"axios": "^1.7.7",
"chatgpt": "^5.2.5",
"cheerio": "^1.0.0",
"dotenv-safe": "^9.1.0",
"mime-types": "2.1.35",
"node-fetch": "^3.3.2",
"ora": "^8.1.0",
"p-queue": "^8.0.1",
"pdf-parse": "^1.1.1",
"uuid": "^10.0.0",
"wa-sticker-formatter": "^4.4.4",
"ws": "^8.18.0"
},
"devDependencies": {
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.46.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
},
"author": "",
"license": "ISC"
}