-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 750 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 750 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
{
"name": "info-19",
"version": "1.0.0",
"description": "INFO-19 is a WhatsApp bot created to fight censorship caused by the Brazilian government in hiding total deaths by COVID-19 from the population. With this bot and using brasil.io API, I was able to fetch all the data through a simple message on WhatsApp.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [
"covid19",
"whatsapp",
"bot"
],
"author": "César Nascimento - ncesar.com",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"moment": "^2.26.0",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.6.1"
}
}