UNPKG

quick-create-app-cli

Version:

前端基础建设模版脚手架,快速搭建PC、HybridApp、微信小程序、微前端等项目

39 lines (38 loc) 944 B
{ "name": "quick-create-app-cli", "version": "1.1.0", "description": "前端基础建设模版脚手架,快速搭建PC、HybridApp、微信小程序、微前端等项目", "main": "./bin/index.js", "bin": { "qb-app-cli": "./bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitlab.szzhijing.com/quanbu-bu-frontend/quanbu-app-template/qb-app-cli.git" }, "keywords": [ "qb-app-cli", "qb-cli", "create", "create-app", "create-app-cli" ], "author": "ALLen、LAS", "license": "ISC", "dependencies": { "chalk": "^4.1.1", "commander": "^7.2.0", "download": "^8.0.0", "execa": "^5.0.0", "fs-extra": "^9.1.0", "handlebars": "^4.7.7", "inquirer": "^8.0.0", "log-symbols": "^4.1.0", "ora": "^5.4.0", "simple-git": "^2.38.0", "update-notifier": "^5.1.0" } }