-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 914 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
{
"name": "whatsapp-bot",
"version": "2.0.0",
"description": "Whatsapp Bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Alejandro Ramon",
"repository": {
"type": "git",
"url": "https://github.com/Elquemao/whatsapp-bot.git"
},
"bugs": {
"url": "https://github.com/Elquemao/whatsapp-bot/issues"
},
"homepage": "https://github.com/Elquemao/whatsapp-bot",
"license": "ISC",
"dependencies": {
"@open-wa/wa-automate": "^4.27.2",
"chalk": "^4.1.2",
"cron": "^1.8.2",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"file-type": "^16.5.3",
"form-data": "^4.0.0",
"google-translate-open-api": "^1.3.7",
"moment-timezone": "^0.5.34",
"node-fetch": "^2.0.0",
"remove.bg": "^1.3.0",
"require-from-web": "^1.2.0",
"sharp": "^0.29.3",
"tiktok-scraper": "^1.4.36",
"update-json-file": "^1.1.1"
}
}