UNPKG

fund-cli

Version:
33 lines (32 loc) 741 B
{ "name": "fund-cli", "version": "0.0.3", "description": "基金数据查询", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:huip/Fund-cli.git", "web": "https://github.com/huip/Fund-cli" }, "global ": true, "bin": { "fund": "index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "基金" ], "author": "huip", "license": "ISC", "dependencies": { "chalk": "^2.3.2", "cli-table": "^0.3.1", "commander": "^2.15.1", "moment": "^2.21.0", "node-fetch": "^2.1.1", "qs": "^6.5.1", "tty-table": "^2.5.9" } }