qvt-cli
Version:
提供多端响应式设计的模板框架
26 lines • 522 B
JSON
{
"name": "qvt-cli",
"version": "1.0.4",
"description": "提供多端响应式设计的模板框架",
"main": "index.js",
"keywords": [
"Vue",
"TypeScript",
"Quasar"
],
"author": "uneven<unevenll@yeah.net>",
"license": "ISC",
"bin": {
"qvt": "./bin/index.js"
},
"dependencies": {
"copy-dir": "^1.3.0",
"inquirer": "^8.2.5",
"mustache": "^4.2.0",
"ora": "5.4.1",
"yargs": "^17.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}