-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
34 lines (34 loc) · 886 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
{
"name": "coronaotifier",
"version": "1.0.0",
"description": "Notification Bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"corona": "node CoronaService\\corona.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "yogs",
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"lowdb": "^1.0.0",
"moment-timezone": "^0.5.31",
"mqtt": "^3.0.0",
"node-fetch": "^2.6.0",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.6.1"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}