forked from bostrot/telegram-support-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 KB
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
{
"name": "telegram-support-bot",
"version": "0.20.0",
"description": "Telegram Support Bot",
"license": "GPLv3",
"author": "bostrot <me@bostrot.pro>",
"homepage": "https://github.com/bostrot/telegram-support-bot#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bostrot/telegram-support-bot.git"
},
"bugs": {
"url": "https://github.com/bostrot/telegram-support-bot/issues"
},
"main": "bin/support.js",
"scripts": {
"start": "node bin/support.js"
},
"engines": {
"node": ">=6.2.0"
},
"dependencies": {
"debug": "^3.0.0",
"node-fetch": "^2.0.0",
"sandwich-stream": "^1.0.0",
"telegraf": "^3.18.0",
"cron": "^1.3.0"
},
"devDependencies": {
"eslint": "^5.4.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"keywords": [
"telegram-support-bot",
"support",
"telegraf",
"telegram",
"telegram bot api",
"bot",
"botapi",
"bot framework"
]
}