-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 879 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 879 Bytes
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": "whatsapp-bot",
"version": "0.0.1",
"description": "NodeJs whatsapp bot using @open-wa/wa-automate.",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js",
"start": "node index.js",
"auto": "pm2 start index.js --cron '* */5 * * *' && pm2 monit"
},
"author": "honestyan",
"repository": {
"type": "git",
"url": "https://github.com/honestyan/whatsapp-bot.git"
},
"bugs": {
"url": "https://github.com/honestyan/whatsapp-bot/issues"
},
"homepage": "https://github.com/honestyan/whatsapp-bot",
"license": "MIT",
"dependencies": {
"@open-wa/wa-automate": "^4.31.8",
"chalk": "^4.1.2",
"file-type": "^16.2.0",
"form-data": "^3.0.1",
"fs-extra": "^9.1.0",
"moment-timezone": "^0.5.34",
"node-fetch": "^2.6.7",
"pm2": "^5.2.0"
},
"devDependencies": {
"eslint": "^7.20.0"
}
}