{
  "name": "react-appointment-scheduler",
  "version": "1.2.0",
  "description": "A production-ready React scheduler component for appointment management with day/week views, drag-and-drop, and TypeScript support",
  "type": "module",
  "main": "./dist/scheduler.cjs",
  "module": "./dist/scheduler.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/scheduler.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/scheduler.cjs"
      }
    },
    "./styles.css": "./dist/scheduler.css"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build:lib": "vite build",
    "watch": "vite build --watch",
    "preview": "vite preview",
    "prepublishOnly": "npm run build:lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WilliamD99/react-appointment-scheduler.git"
  },
  "bugs": {
    "url": "https://github.com/WilliamD99/react-appointment-scheduler/issues"
  },
  "homepage": "https://github.com/WilliamD99/react-appointment-scheduler#readme",
  "keywords": [
    "react",
    "scheduler",
    "calendar",
    "appointments",
    "booking",
    "drag-and-drop",
    "typescript",
    "week-view",
    "day-view",
    "time-grid"
  ],
  "author": "Will Doan <dnam310199@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2"
  },
  "devDependencies": {
    "@types/react": "^19.2.8",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.1.2",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "typescript": "~5.9.3",
    "vite": "^7.2.4",
    "vite-plugin-dts": "^4.5.4"
  },
  "packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}
