-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 853 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
{
"name": "whatsappbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@whiskeysockets/baileys": "^6.3.0",
"axios": "^1.4.0",
"child_process": "^1.0.2",
"dotenv": "^16.3.1",
"exec": "^0.2.1",
"file-type": "^18.5.0",
"fluent-ffmpeg": "^2.1.2",
"html-to-text": "^9.0.5",
"linkedin-jobs-api": "^1.0.0",
"mime": "^3.0.0",
"node-cron": "^3.0.2",
"node-fetch": "^3.3.1",
"openai": "^3.3.0",
"openweather-apis": "^4.5.0",
"python-shell": "^5.0.0",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.30.7",
"superagent": "^8.0.9",
"weather": "^1.0.4",
"weather-js": "^2.0.0",
"ytdl-core": "^4.11.4"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}