@twotwoba/vv-cli
Version:
CLI tool for creating Vue3 + Vite + Naive UI + Unocss template projects
35 lines (34 loc) • 731 B
JSON
{
"name": "@twotwoba/vv-cli",
"version": "2.0.0",
"description": "CLI tool for creating Vue3 + Vite + Naive UI + Unocss template projects",
"type": "module",
"bin": {
"vv": "./bin/index.js"
},
"files": [
"bin",
"template"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue3",
"vite",
"naive-ui",
"unocss",
"template",
"swrv",
"motion-v",
"cli"
],
"author": "eric.yuan",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.12"
}
}