UNPKG

md-front-cli

Version:

Private cli command line, create a fontend project template

36 lines (35 loc) 720 B
{ "name": "md-front-cli", "version": "1.0.4", "description": "Private cli command line, create a fontend project template", "scripts": { "deploy": "npm publish" }, "bin": { "md-front-cli": "./bin/index.js" }, "repository": {}, "keywords": [ "vue", "uni-app", "front-template" ], "author": "hishion", "license": "ISC", "devDependencies": { "cz-conventional-changelog": "^3.3.0" }, "dependencies": { "chalk": "^4.1.0", "commander": "^6.2.0", "download-git-repo": "^3.0.2", "inquirer": "^7.3.3", "log-symbols": "^4.0.0", "ora": "^5.1.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }