UNPKG

croot-cli

Version:

根网大数据平台前端脚手架

42 lines (41 loc) 828 B
{ "name": "croot-cli", "version": "1.0.0", "description": "根网大数据平台前端脚手架", "main": "index.js", "bin": { "croot": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "bin", "lib" ], "author": { "name": "suchengyong", "email": "suchengyong520@126.com" }, "keywords": [ "croot-cli", "croot", "脚手架" ], "license": "MIT", "dependencies": { "chalk": "^4.1.1", "commander": "^7.2.0", "download-git-repo": "^3.0.2", "figlet": "^1.5.0", "fs-extra": "^10.0.0", "handlebars": "^4.7.7", "inquirer": "^8.0.0", "ora": "^5.4.0" }, "devDependencies": { "@commitlint/cli": "^16.0.2", "@commitlint/config-conventional": "^16.0.0", "husky": "^7.0.4" } }