UNPKG

cevuel-cli

Version:

Create element-ui project with vue<br/> Help you build a new project faster with configuration and title

46 lines (45 loc) 1.05 kB
{ "name": "cevuel-cli", "version": "1.1.2", "description": "Create element-ui project with vue<br/>\r Help you build a new project faster with configuration and title", "private": false, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "cevue": "bin/cevue.js" }, "keywords": [ "vue", "element-ui", "echart", "strap", "lib" ], "author": "", "license": "MIT", "dependencies": { "chalk": "^4.1.1", "child_process": "^1.0.2", "commander": "^7.2.0", "execa": "^5.1.1", "inquirer": "^8.1.1", "ora": "^5.4.1" }, "gitHooks": { "commit-msg": "node scripts/commitMsg.js" }, "directories": { "lib": "lib" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/BerQin/cevue-cli.git" }, "bugs": { "url": "https://github.com/BerQin/cevue-cli/issues" }, "homepage": "https://github.com/BerQin/cevue-cli#readme" }