forked from telegraf/telegraf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.18 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
{
"name": "telegraf",
"version": "3.6.6",
"description": "📡 Modern Telegram bot framework",
"license": "MIT",
"author": "Vitaly Domnikov <[email protected]>",
"homepage": "https://github.com/telegraf/telegraf#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/telegraf/telegraf.git"
},
"bugs": {
"url": "https://github.com/telegraf/telegraf/issues"
},
"files": [
"docs",
"lib"
],
"main": "lib/index.js",
"scripts": {
"test": "eslint . && ava test --timeout=5s",
"prepush": "npm test"
},
"engines": {
"node": ">=6.2.0"
},
"dependencies": {
"debug": "^2.6.0",
"node-fetch": "^1.6.3",
"sandwich-stream": "^1.0.0"
},
"devDependencies": {
"ava": "^0.18.1",
"eslint": "^3.9.1",
"eslint-config-standard": "^7.0.0",
"eslint-plugin-ava": "^4.0.0",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-standard": "^2.0.1",
"husky": "^0.13.1",
"should": "^11.1.0"
},
"docpress": {
"css": "docs/docs.css",
"github": "telegraf/telegraf"
},
"keywords": [
"telegraf",
"telegram",
"telegram bot api",
"bot",
"botapi",
"bot framework"
]
}