-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 952 Bytes
/
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
{
"name": "coinmonhubpool",
"version": "0.0.7",
"description": "Get all currency's balances from miningpoolhub, zPool and Hashrefinery to USD, EUR",
"main": "./bin/index.js",
"scripts": {
"start": "babel-node src/index.js",
"build": "npx babel src --out-dir bin",
"lint": "eslint ."
},
"bin": {
"coinmonhubpool": "./bin/index.js"
},
"author": "Mickaël VILLERS <[email protected]",
"license": "MIT",
"devDependencies": {
"babel-cli": "latest",
"babel-preset-env": "^1.6.1",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"webpack": "^3.10.0"
},
"dependencies": {
"axios": "^0.17.1",
"cli-table3": "^0.5.0",
"colors": "latest",
"commander": "latest",
"ora": "^1.3.0"
},
"repository": "https://github.com/villers/Coinmonhubpool.git"
}