forked from Piterden/TelegramBots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "Bounty0x_Community_Bot",
"version": "0.7.1",
"description": "Bounty0x Community Bot to mange our Telegram group",
"main": "index.js",
"scripts": {
"start": "node index",
"lint": "./node_modules/.bin/eslint actions bot handlers plugins stores utils",
"lint:fix": "./node_modules/.bin/eslint --fix actions bot handlers plugins stores utils",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bounty0x/TelegramBots.git"
},
"keywords": [
"bot",
"telegram",
"bounty0x",
"community"
],
"author": "Simon Kruse <[email protected]>",
"contributors": [],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/bounty0x/TelegramBots/issues"
},
"homepage": "https://bounty0x.io/",
"dependencies": {
"dedent-js": "^1.0.1",
"millisecond": "^0.1.2",
"nedb-promise": "^2.0.1",
"ramda": "^0.25.0",
"telegraf": "^3.17.8",
"xregexp": "^4.0.0"
},
"engines": {
"node": ">=8.1.3"
},
"devDependencies": {
"eslint": "^4.17.0"
}
}