-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "heroes_bot",
"version": "1.0.0",
"description": "A Telegram bot that allows frontline healthcare workers to log any symptom they are experiencing, get best practice information, get logistical assistance and provide creative ways to destress",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ethiopia-COVID19/covid-19-heroes-bot.git"
},
"keywords": [
"bot",
"telegram",
"telegrambot"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ethiopia-COVID19/covid-19-heroes-bot/issues"
},
"homepage": "https://github.com/Ethiopia-COVID19/covid-19-heroes-bot/bot#readme",
"dependencies": {
"dotenv": "^8.2.0",
"google-spreadsheet": "^3.0.11",
"googleapis": "^49.0.0",
"lowdb": "^1.0.0",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"telegraf": "^3.37.0",
"telegraf-flow": "^8.3.0",
"yn": "^4.0.0"
}
}