-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 831 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
{
"name": "bot_wa",
"version": "1.0.0",
"description": "whatsapp bot sederhana",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"whastapp"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^5.0.0",
"dotenv": "^16.4.5",
"@google/generative-ai": "^0.13.0",
"@whiskeysockets/baileys": "^6.6.0",
"eslint": "^8.14.0",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"ffmpeg": "^0.0.4",
"jest": "^28.0.3",
"jimp": "^0.16.1",
"link-preview-js": "^2.1.13",
"nodemon": "^2.0.16",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"sharp": "^0.29.3",
"socket.io": "^4.5.0"
}
}