02_learn-cli-cqtext
Version:
26 lines (25 loc) • 450 B
JSON
{
"name": "02_learn-cli-cqtext",
"version": "1.2.0",
"description": "",
"main": "index.js",
"bin": {
"why": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"cao",
"coderwhy"
],
"author": "gloria-cao",
"license": "MIT",
"dependencies": {
"commander": "^9.4.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.8",
"open": "^8.4.0"
}
}