-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 1002 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "moneda-cli",
"version": "2.3.1",
"description": "Command line to track cryptocurrency prices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hminaya/moneda-cli.git"
},
"bin": {
"moneda": "./index.js"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"xrp",
"bitcoin",
"eth",
"crypto",
"BCH",
"LTC"
],
"author": "Hector Minaya <[email protected]> (http://www.hectorminaya.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hminaya/moneda-cli/issues"
},
"homepage": "https://github.com/hminaya/moneda-cli#readme",
"dependencies": {
"axios": "^0.19.0",
"cli-table3": "^0.5.1",
"colors": "^1.3.3",
"command-line-args": "^4.0.7",
"command-line-usage": "^4.1.0",
"ora": "^1.4.0"
},
"devDependencies": {
"eslint": "^5.16.0"
}
}