-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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": "whatsapp-bot",
"version": "0.1.0",
"description": "Whatsapp Bot - Node Js - Heroku - Baileys",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "Shubham Rawat",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^3.5.3",
"adm-zip": "^0.5.9",
"async": "^3.2.0",
"child_process": "^1.0.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"googleapis": "^87.0.0",
"pg": "^8.5.1",
"rss-parser": "^3.12.0",
"tesseract.js": "^2.1.1",
"wa-sticker-formatter": "^3.6.0",
"ytdl-core": "github:fent/node-ytdl-core#pull/1022/head"
},
"homepage": "https://github.com/Shubhamrawat5/whatsapp-bot#readme",
"devDependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shubhamrawat5/whatsapp-bot.git"
},
"bugs": {
"url": "https://github.com/Shubhamrawat5/whatsapp-bot/issues"
}
}