UNPKG

@vensst/cli

Version:

快速搭建前端项目脚手架

42 lines (41 loc) 935 B
{ "name": "@vensst/cli", "version": "2.0.3-beta.1", "description": "快速搭建前端项目脚手架", "bin": { "vensst": "./bin/vensst.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/vensst/vensst-cli.git" }, "keywords": [ "vensst-cli", "vue2", "vue3", "vue-cli", "vite", "项目模板工具", "vue项目脚手架" ], "author": "vensst", "license": "MIT", "bugs": { "url": "https://github.com/vensst/vensst-cli/issues" }, "homepage": "https://github.com/vensst/vensst-cli#readme", "dependencies": { "@vensst/js-toolkit": "1.0.5-beta.2", "chalk": "^4.1.2", "child_process": "^1.0.2", "commander": "^8.1.0", "download-git-repo": "^3.0.2", "figlet": "^1.5.2", "fs-extra": "^10.1.0", "inquirer": "^8.1.2", "ora": "^5.4.1" } }