-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 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
{
"name": "red-alert-whatsapp-bot",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"getchatid": "node functions/getchatid.js",
"testmessage": "node testmsg.js",
"maptest": "tsc && node testmap.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arnon001/red-alert-whatsapp-bot.git"
},
"keywords": [
"RedAlert",
"Red",
"Alert",
"Whatsappbot",
"whatsapp",
"bot"
],
"author": "Arnon Hacohen <[email protected]> (arnon001)",
"license": "MIT",
"bugs": {
"url": "https://github.com/arnon001/red-alert-whatsapp-bot/issues"
},
"homepage": "https://github.com/arnon001/red-alert-whatsapp-bot#readme",
"dependencies": {
"date-fns": "^3.6.0",
"pikud-haoref-api": "github:eladnava/pikud-haoref-api",
"puppeteer": "^22.7.1",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.23.0"
}
}