forked from BeerK0in/gunbot-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.43 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "gunbot-monitor",
"version": "0.0.31",
"description": "Monitors your GUNBOTs",
"homepage": "https://github.com/BeerK0in/gunbot-monitor",
"author": {
"name": "BeerK0in",
"email": "tbeerkoin@zant.one",
"url": "https://github.com/BeerK0in"
},
"files": [
"src"
],
"main": "src/index.js",
"bin": {
"gmon": "src/index.js"
},
"keywords": [
"GUNBOT",
"monitor",
"cli",
"bitcoin",
"gunthy",
"traiding"
],
"devDependencies": {
"coveralls": "^2.12.0",
"eslint": "^3.18.0",
"eslint-config-xo-space": "^0.16.0",
"jest": "^19.0.2",
"jest-cli": "^19.0.1",
"nsp": "^2.6.3"
},
"dependencies": {
"chalk": "^1.1.3",
"cli-table": "^0.3.1",
"clui": "^0.3.1",
"commander": "^2.9.0",
"figlet": "^1.2.0",
"graceful-fs": "^4.1.11",
"log-update": "^2.0.0",
"node-netstat": "^1.4.2",
"read-last-lines": "^1.1.2"
},
"jest": {
"testEnvironment": "node",
"collectCoverage": true,
"coverageDirectory": "coverage"
},
"scripts": {
"prepublish": "nsp check",
"pretest": "eslint . --fix",
"test": "jest"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"jest": true,
"node": true
}
},
"repository": {
"type": "git",
"url": "git@github.com:BeerK0in/gunbot-monitor.git"
},
"bugs": {
"url": "https://github.com/BeerK0in/gunbot-monitor/issues"
},
"license": "MIT"
}