-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "the_guard_bot",
"version": "0.8.1",
"description": "Telegram guard bot to manage network of groups.",
"main": "index.js",
"scripts": {
"precommit": "bash scripts/pre-commit.sh",
"start": "node index",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheDevs-Network/bot.git"
},
"keywords": [
"bot",
"the guard",
"thedevs",
"telegram"
],
"author": "Thomas Rory Gummerson <thomas@gummerson.no> (https://trgwii.no)",
"contributors": [
"Pouria Ezzati <pouria@thedevs.network> (https://thedevs.network)",
"GingerPlusPlus <woj.pawlik@gmail.com>"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/TheDevs-Network/the-guard-bot/issues"
},
"homepage": "https://github.com/TheDevs-Network/the-guard-bot/",
"dependencies": {
"daggy": "^1.2.0",
"dedent-js": "^1.0.1",
"millisecond": "^0.1.2",
"nedb-promise": "^2.0.1",
"node-fetch": "^2.1.2",
"ramda": "^0.25.0",
"require-directory": "^2.1.1",
"telegraf": "^3.17.8",
"xregexp": "^4.0.0"
},
"engines": {
"node": ">=8.1.3"
},
"devDependencies": {
"eslint": "^4.17.0",
"husky": "^0.14.3"
}
}