forked from telegraf/telegraf-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
{
"name": "telegraf-i18n",
"version": "6.6.0",
"description": "Telegraf i18n engine",
"main": "lib/i18n.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/telegraf/telegraf-i18n.git"
},
"keywords": [
"telegram bot",
"telegraf",
"bot framework",
"i18n",
"internationalization",
"middleware"
],
"author": "Vitaly Domnikov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/telegraf/telegraf-i18n/issues"
},
"homepage": "https://github.com/telegraf/telegraf-i18n#readme",
"engines": {
"node": ">=8"
},
"files": [
"lib"
],
"scripts": {
"test": "eslint . && ava"
},
"dependencies": {
"compile-template": "^0.3.1",
"debug": "^4.0.1",
"js-yaml": "^3.6.1"
},
"peerDependencies": {
"telegraf": "^3.7.1"
},
"devDependencies": {
"ava": "^2.2.0",
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-ava": "^7.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"telegraf": "^3.7.1"
}
}