UNPKG

sdjcli

Version:

A cli for init project for bf/sdj

39 lines (38 loc) 752 B
{ "name": "sdjcli", "version": "0.7.1", "description": "A cli for init project for bf/sdj", "scripts": { "test": "node test.js" }, "bin": { "sdj": "./bin/sdj.js" }, "repository": { "type": "git", "url": "git+https://github.com/LangWenqi/bf-sdjcli.git" }, "keywords": [ "bf", "bfcli", "bf-cli", "sdj", "sdjcli", "sdj-cli", "cli" ], "author": "langwenqi", "license": "MIT", "bugs": { "url": "https://github.com/LangWenqi/bf-sdjcli/issues" }, "homepage": "https://github.com/LangWenqi/bf-sdjcli#readme", "dependencies": { "chalk": "^2.3.2", "cli-table": "^0.3.1", "co": "^4.6.0", "co-prompt": "^1.0.0", "commander": "^2.15.1", "ora": "^2.0.0" } }