-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.44 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "corona-updates-bot",
"version": "1.0.0",
"description": "Get updates on Covid19 / coronavirus",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [
"node.js",
"bot",
"botbuilder",
"botbuilder-dialogs",
"corona",
"corona bot",
"corona-virus",
"corona-virus bot",
"coronavirus",
"coronavirus bot",
"covid 19",
"covid 19 bot",
"Skype bot",
"Telegram bot",
"Line bot"
],
"repository": {
"type": "git",
"url": "git+https://github.com/curioustushar/corona-updates-bot.git"
},
"author": "Tushar Gupta",
"license": "MIT",
"bugs": {
"url": "https://github.com/curioustushar/corona-updates-bot/issues"
},
"homepage": "https://github.com/curioustushar/corona-updates-bot#readme",
"dependencies": {
"botbuilder": "^4.8.0",
"botbuilder-dialogs": "^4.8.0",
"cheerio": "^1.0.0-rc.3",
"console-stamp": "^0.2.9",
"dotenv": "^8.2.0",
"lodash": "^4.17.19",
"lowdb": "^1.0.0",
"moment": "^2.24.0",
"request-promise": "^4.2.5",
"restify": "^8.5.1"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "~1.19.4"
}
}