UNPKG

quadrigacx-cli

Version:

Command line tool to fetch BTC, ETH, and LTC price

39 lines (38 loc) 913 B
{ "name": "quadrigacx-cli", "version": "0.4.0", "description": "Command line tool to fetch BTC, ETH, and LTC price", "main": "./src/index.js", "bin": { "cx": "./src/index.js" }, "scripts": { "start": "node ./src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Dean Shi <dean.xiaoshi@gmail.com>", "license": "MIT", "dependencies": { "cli-table3": "^0.5.0", "colors": "^1.2.3", "commander": "^2.15.1", "r2": "^2.0.1" }, "devDependencies": { "eslint": "^4.19.1", "eslint-config-reducer": "^0.2.6", "prettier": "^1.12.1" }, "repository": { "type": "git", "url": "git+https://github.com/dnshi/quadrigacx-cli.git" }, "keywords": [ "quadrigacx", "cli" ], "bugs": { "url": "https://github.com/dnshi/quadrigacx-cli/issues" }, "homepage": "https://github.com/dnshi/quadrigacx-cli#readme" }