-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.03 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
{
"name": "adamant-watchbot",
"version": "1.0.0",
"description": "ADAMANT Watchbot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"adm",
"adamant",
"blockchain",
"messenger",
"bot",
"notification",
"transaction",
"fee",
"recoup",
"compensate",
"vote",
"voting",
"dpos",
"fair dpos",
"crypto",
"cryptocurrency"
],
"author": "Aleksei Lebedev <[email protected]> (https://adamant.im)",
"license": "GPL-3.0",
"dependencies": {
"socket.io-client": "^3.0.4",
"adamant-api": "^0.5.3",
"express": "^4.17.1",
"jsonminify": "^0.4.1",
"mongodb": "^3.6.3",
"request": "^2.88.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adamant-im/adamant-watchbot.git"
},
"bugs": {
"url": "https://github.com/Adamant-im/adamant-watchbot/issues"
},
"homepage": "https://github.com/Adamant-im/adamant-watchbot#readme"
}