moneda-cli
Version:
Command line to track cryptocurrency prices
46 lines (45 loc) • 1 kB
JSON
{
"name": "moneda-cli",
"version": "3.0.0",
"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": ">=22.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": "^1.7.9",
"cli-table3": "^0.6.5",
"colors": "^1.4.0",
"command-line-args": "^6.0.0",
"command-line-usage": "^7.0.3",
"ora": "^5.4.1"
},
"devDependencies": {
"eslint": "^9.17.0"
}
}