UNPKG

@hanserena/cabala-cli

Version:

个人开发的基础脚手架工具,提供一些方便自己开发的项目模板

53 lines (52 loc) 1.16 kB
{ "name": "@hanserena/cabala-cli", "version": "1.0.8", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "cabala": "bin/cabala.js" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/maggot-code/cabala-cli.git" }, "keywords": [ "cabala", "cli", "vue cli" ], "author": "hanserena <1662580002@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/maggot-code/cabala-cli/issues" }, "homepage": "https://github.com/maggot-code/cabala-cli#readme", "engines": { "node": ">=10.16.3" }, "template": [ "vue" ], "templateAddress": { "vue": { "github": "https://github.com/maggot-code/base-vue-template.git", "download": "github:maggot-code/base-vue-template#main" } }, "dependencies": { "chalk": "^4.1.0", "cli-progress": "^3.8.2", "commander": "^6.2.1", "download-git-repo": "^3.0.2", "inquirer": "^7.3.3", "semver": "^7.3.4", "shelljs": "^0.8.4", "validate-npm-package-name": "^3.0.0" } }