{
  "name": "create-react-vite-shadcn-template",
  "version": "1.0.3",
  "description": "Create a React + Vite + shadcn UI app easily - A modern, fast, and feature-rich template for building React applications",
  "bin": {
    "create-react-template": "./index.js"
  },
  "main": "index.js",
  "files": [
    "index.js",
    "template/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "echo \"Ready to publish\"",
    "postpublish": "echo \"Successfully published to npm\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pavandeepkumar/shadcn-react-vite-admin-theme.git"
  },
  "bugs": {
    "url": "https://github.com/pavandeepkumar/shadcn-react-vite-admin-theme/issues"
  },
  "homepage": "https://github.com/pavandeepkumar/shadcn-react-vite-admin-theme#readme",
  "keywords": [
    "react",
    "vite",
    "shadcn",
    "shadcn-ui",
    "template",
    "cli",
    "create-react-app",
    "boilerplate",
    "starter",
    "admin-theme",
    "dashboard",
    "ui-components",
    "tailwindcss",
    "typescript",
    "modern-ui"
  ],
  "author": {
    "name": "Pavandeep Kumar",
    "email": "your-email@example.com",
    "url": "https://github.com/pavandeepkumar"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=7.0.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  }
}