forked from akm-akm/akm-whatsapp-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
45
46
47
48
{
"name": "xxx-bot",
"version": "1.0.0",
"description": "whatsapp bot to automate whatsapp.",
"engines": {
"node": "14.17.3"
},
"main": "app.js",
"scripts": {
"dev": "NODE_ENV='development' node -r dotenv/config app.js ",
"prod": "NODE_ENV='production' node -r dotenv/config app.js ",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akm-akm/xxx-bot.git"
},
"keywords": [
"whatsapp",
"baileys",
"stickers",
"whatsapp-stickers",
"bot",
"whatsapp bot"
],
"author": "ADITYA KUMAR MANDAL",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/akm-akm/xxx-bot/issues"
},
"homepage": "https://github.com/akm-akm/xxx-bot#readme",
"dependencies": {
"@adiwajshing/baileys": "^3.5.2",
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"axios": "^0.21.1",
"deepai": "^1.0.17",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"ffmpeg": "0.0.4",
"node-cron": "^3.0.0",
"pg": "^8.6.0",
"qr-image": "^3.2.0",
"request": "^2.88.2",
"twitter": "^1.7.1",
"wa-sticker-formatter": "^3.6.0",
"ytdl-core": "^4.9.0"
}
}