{
    "name": "@twotwoba/vv-cli",
    "version": "2.1.5",
    "description": "CLI tool for creating Vue3 or React19 template projects by vite",
    "type": "module",
    "bin": {
        "vv": "./bin/index.js"
    },
    "files": [
        "bin",
        "template-react",
        "template-vue"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "vue3",
        "vite",
        "naive-ui",
        "unocss",
        "template",
        "swrv",
        "motion-v",
        "cli",
        "React",
        "tailwindcss",
        "zustand",
        "usehooks"
    ],
    "author": "eric.yuan",
    "license": "MIT",
    "dependencies": {
        "chalk": "^5.3.0",
        "commander": "^11.1.0",
        "fs-extra": "^11.2.0",
        "inquirer": "^9.2.12"
    }
}
