-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.16 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
{
"name": "telegraf-recast",
"version": "3.0.0",
"description": "recast.ai middleware for Telegraf",
"main": "lib/telegraf-recast.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/telegraf/telegraf-recast.git"
},
"keywords": [
"telegram",
"telegram bot",
"telegram botapi",
"telegraf",
"bot",
"recast",
"recast.ai",
"natural language",
"nlp"
],
"author": "Vitaly Domnikov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/telegraf/telegraf-recast/issues"
},
"homepage": "https://github.com/telegraf/telegraf-recast#readme",
"engines": {
"node": ">=6.2.4"
},
"files": [
"lib/telegraf-recast.js"
],
"scripts": {
"test": "eslint ."
},
"dependencies": {
"debug": "^3.1.0",
"node-fetch": "^2.0.0"
},
"peerDependencies": {
"telegraf": "^2.5.2 || ^3.0.0"
},
"devDependencies": {
"eslint": "^4.17.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"telegraf": "^3.18.0"
}
}