-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 870 Bytes
/
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
{
"name": "base-bailey-memory",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"prestart": "npx eslint . --no-ignore",
"pre-copy": "cd .. && npm run copy.lib base-baileys-memory",
"start": "node app.js"
},
"keywords": [],
"dependencies": {
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/portal": "latest",
"@bot-whatsapp/provider": "latest",
"@whiskeysockets/baileys": "6.5.0",
"base-bailey-memory": "file:",
"cache-manager": "5.2.4",
"openai": "^4.86.1",
"wa-sticker-formatter": "4.4.4"
},
"devDependencies": {
"eslint": "^8.52.0",
"eslint-plugin-bot-whatsapp": "latest"
},
"author": "",
"license": "ISC"
}