UNPKG

@messari/cli

Version:

Messari Crypto CLI (mcrypto) is a tool for getting cryptocurrency market data, news, and more!

75 lines (74 loc) 2.03 kB
{ "name": "@messari/cli", "version": "1.0.16", "description": "Messari Crypto CLI (mcrypto) is a tool for getting cryptocurrency market data, news, and more!", "main": "lib/index.js", "scripts": { "start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts", "create": "npm run build && npm run test", "build": "tsc -p .", "local": "npm i -g && mcrypto", "refresh": "rm -rf ./node_modules ./package-lock.json && npm install", "patch": "npm run build && npm version patch && npm publish", "minor": "npm run build && npm version minor && npm publish", "major": "npm run build && npm version major && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/messari/messari-cli.git" }, "keywords": [ "cryptocurrency", "crypto-cli", "crypto", "crypto price", "bitcoin", "ethereum", "btc", "eth", "price", "market", "data", "news" ], "author": "Messari Engineering", "license": "MIT", "bugs": { "url": "https://github.com/messari/messari-cli/issues" }, "homepage": "https://github.com/messari/messari-cli#readme", "bin": { "mcrypto": "lib/index.js" }, "dependencies": { "chalk": "^4.1.0", "cli-html": "^1.8.4", "commander": "^7.1.0", "console-table-printer": "^2.7.5", "figlet": "^1.5.0", "figures": "^3.2.0", "got": "^11.8.1", "markdown-it": "^12.0.4", "marked": "^2.0.0", "marked-terminal": "^4.1.0", "nconf": "^0.11.2", "numeral": "^2.0.6", "ora": "^5.3.0", "path": "^0.12.7", "prompts": "^2.4.0" }, "devDependencies": { "@types/figlet": "^1.2.1", "@types/markdown-it": "^12.0.1", "@types/marked": "^1.2.2", "@types/marked-terminal": "^3.1.1", "@types/nconf": "^0.10.0", "@types/node": "^14.14.31", "@types/node-emoji": "^1.8.1", "@types/numeral": "^2.0.0", "@types/prompts": "^2.0.9", "nodemon": "^2.0.7", "ts-node": "^9.1.1", "typescript": "^4.1.5" } }