vue3-cli-start
Version:
34 lines (33 loc) • 712 B
JSON
{
"name": "vue3-cli-start",
"version": "1.0.3",
"description": "创建vue3项目的工具",
"main": "index.js",
"bin": {
"vue3-cli": "bin/vue3-cli"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue3",
"vue3-cli"
],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@darkobits/lolcatjs": "^3.1.3",
"commander": "^5.1.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.4.0",
"inquirer": "^7.1.0",
"json2ts": "^0.0.7",
"ora": "^4.0.4",
"shelljs": "^0.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/jacobcheung/vue3-cli-start.git"
}
}