forked from ghaiklor/telegram-bot-github
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
29 lines (29 loc) · 824 Bytes
/
app.json
File metadata and controls
29 lines (29 loc) · 824 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
25
26
27
28
29
{
"name": "telegram-bot-github",
"version": "1.0.0",
"description": "Allows to you receive GitHub notifications right in the Telegram",
"author": "Eugene Obrezkov <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/anandpskerala/telegram-bot-github#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ghaiklor/telegram-bot-github.git"
},
"bugs": {
"url": "https://github.com/ghaiklor/telegram-bot-github/issues"
},
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"body-parser": "1.19.0",
"express": "4.16.4",
"moment": "2.24.0",
"mongoose": "5.5.12",
"node-telegram-bot-api": "0.30.0",
"request": "2.88.0",
"request-promise-native": "1.0.7",
"require-all": "3.0.0",
"winston": "3.2.1"
}
}