UNPKG

moneda-cli

Version:

Command line to track cryptocurrency prices

46 lines (45 loc) 1.05 kB
{ "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 <hminaya@gmail.com> (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" } }