-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 818 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 818 Bytes
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
{
"name": "base-bailey-memory",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"pre-copy": "cd .. && npm run copy.lib base-baileys-memory",
"start": "node app.js"
},
"keywords": [],
"dependencies": {
"@bot-whatsapp/bot": "^0.1.33",
"@bot-whatsapp/cli": "^0.1.33",
"@bot-whatsapp/database": "^0.1.33",
"@bot-whatsapp/portal": "^0.1.33",
"@bot-whatsapp/provider": "^0.1.33",
"@whiskeysockets/baileys": "6.5.0",
"cache-manager": "5.2.4",
"dotenv": "^16.3.1",
"moment": "^2.29.4",
"wa-sticker-formatter": "4.4.4"
},
"devDependencies": {
"eslint": "^8.52.0",
"eslint-plugin-bot-whatsapp": "^0.1.35"
},
"author": "",
"license": "ISC"
}