{
    "name": "@twotwoba/vv-cli",
    "version": "2.9.0",
    "description": "Easily create Vite + React/Vue3 project with TailwindCSS and other useful libraries. Also support Chrome extension.",
    "keywords": [
        "chrome",
        "cli",
        "extension",
        "motion",
        "naive-ui",
        "pinia",
        "react",
        "swr",
        "tailwindcss",
        "template",
        "unocss",
        "vite",
        "vue3",
        "zustand"
    ],
    "license": "MIT",
    "author": "eric.yuan",
    "repository": {
        "url": "https://github.com/twotwoba/vv-cli"
    },
    "bin": {
        "vv": "./bin/index.js"
    },
    "files": [
        "bin",
        "template-react",
        "template-vue",
        "template-vue-mobile",
        "template-extension",
        "template-uniapp",
        "!**/node_modules/**"
    ],
    "type": "module",
    "scripts": {
        "build": "tsc",
        "dev": "tsc --watch",
        "prepublishOnly": "npm run build"
    },
    "dependencies": {
        "chalk": "^5.4.1",
        "commander": "^11.1.0",
        "fs-extra": "^11.2.0",
        "inquirer": "^9.3.7",
        "ora": "^8.1.1"
    },
    "devDependencies": {
        "@fission-ai/openspec": "^1.2.0",
        "@types/fs-extra": "^11.0.4",
        "@types/inquirer": "^9.0.7",
        "@types/node": "^22.10.1",
        "typescript": "^5.7.2"
    }
}
