UNPKG

stock-kline-cli

Version:

在终端上打印股票实时数据和K线图的命令行工具

44 lines (43 loc) 922 B
{ "name": "stock-kline-cli", "version": "1.0.6", "description": "在终端上打印股票实时数据和K线图的命令行工具", "main": "index.js", "bin": { "stock-kline": "./index.js" }, "scripts": { "start": "node index.js" }, "keywords": [ "stock", "cli", "terminal", "k-line", "chart", "股票", "行情", "命令行" ], "author": "user_9527", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/OnePieceJoker/stock-kline-cli.git" }, "bugs": { "url": "https://github.com/OnePieceJoker/stock-kline-cli/issues" }, "homepage": "https://github.com/OnePieceJoker/stock-kline-cli#readme", "dependencies": { "axios": "^0.21.4", "commander": "^6.2.1", "iconv-lite": "^0.6.3", "table": "^6.0.7", "asciichart": "^1.5.25", "chalk": "^4.1.2" }, "engines": { "node": ">=8.0.0" } }