-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 995 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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "zack",
"version": "1.0.0",
"description": "A simple bot for Whatsapp",
"main": "src/app.js",
"scripts": {
"start": "npm i ffmpeg --save && npm i && node src/app.js",
"dev": "nodemon src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ahosall/ZackBot.git"
},
"keywords": [
"WaBot",
"WhatsApp-Bot",
"Bot",
"WhatsApp"
],
"author": "Ahosall (Feh's)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ahosall/ZackBot/issues"
},
"homepage": "https://github.com/Ahosall/ZackBot#readme",
"dependencies": {
"@adiwajshing/baileys": "^3.5.2",
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"enmap": "^5.8.7",
"express": "^4.17.1",
"fluent-ffmpeg": "^2.1.2",
"ffmpeg": "^0.0.4",
"image-to-base64": "^2.2.0",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.5",
"os": "^0.1.2",
"request": "^2.88.2"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}