{
  "name": "vite-custom-setup",
  "version": "1.0.15",
  "description": "A CLI tool to set up Vite with Tailwind CSS and Framer Motion for React projects.",
  "main": "index.js",
  "type": "module",
  "bin": "./index.js",
  "preferGlobal": true,
  "files": [
    "index.js",
    "README.md"
  ],
  "keywords": [
    "vite",
    "tailwindcss",
    "framer-motion",
    "react",
    "create-vite",
    "cli",
    "init"
  ],
  "author": "Antimony",
  "license": "MIT",
  "dependencies": {
    "inquirer": "^8.2.6"
  },
  "peerDependencies": {
    "vite": ">=4.0.0"
  },
  "engines": {
    "node": ">=14"
  }
}
