forked from abrkn/telegram-github-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 873 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
35
36
37
38
{
"name": "telegram-bot-github",
"version": "1.0.2",
"description": "Telegram bot for Github access",
"scripts": {
"watch": "nodemon -x 'DEBUG=* npm start'",
"start": "node -r panik index.js"
},
"keywords": [
"telegram",
"bot",
"github"
],
"author": "Andreas Brekken <andreas@brekken.com>",
"license": "MIT",
"dependencies": {
"@octokit/rest": "15.2.6",
"debug": "3.1.0",
"dotenv": "5.0.1",
"lodash": "4.17.5",
"panik": "1.0.1",
"telegraf": "3.20.0"
},
"devDependencies": {
"nodemon": "1.15.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abrkn/telegram-github-bot.git"
},
"bugs": {
"url": "https://github.com/abrkn/telegram-github-bot/issues"
},
"homepage": "https://github.com/abrkn/telegram-github-bot#readme",
"engines": {
"node": ">=8.0.0"
}
}