{
  "name": "react-advanced-video-player",
  "description": "React Advanced Video Player is a customizable and feature-rich video player for React applications. It supports multiple video formats, subtitles, quality selection, Picture-in-Picture mode, playback speed adjustment, and more, providing a seamless media playback experience.",
  "private": false,
  "version": "1.2.4",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "tsup src/index.ts --format esm,cjs --dts --splitting false --clean --loader .css=text",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "files": [
    "dist",
    "/src/components/VideoPlayer/style.css"
  ],
  "keywords": [
    "react",
    "video player",
    "react video",
    "custom video player",
    "HTML5 video",
    "media player",
    "video playback",
    "ReactJS video",
    "video streaming",
    "video controls",
    "subtitles",
    "video quality selection",
    "picture-in-picture",
    "pip mode",
    "fullscreen video",
    "adaptive streaming",
    "react component",
    "video component",
    "interactive video"
  ],
  "dependencies": {
    "clsx": "^2.1.0",
    "lucide-react": "^0.475.0",
    "path": "^0.12.7",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0",
    "tailwind-merge": "^2.2.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.9.1",
    "@types/react": "^18.3.5",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.1",
    "autoprefixer": "^10.4.20",
    "eslint": "^9.9.1",
    "eslint-plugin-react-hooks": "^5.1.0-rc.0",
    "eslint-plugin-react-refresh": "^0.4.11",
    "globals": "^15.9.0",
    "postcss": "^8.5.2",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "tailwindcss": "^3.4.17",
    "tsup": "^8.3.6",
    "typescript": "^5.5.3",
    "typescript-eslint": "^8.3.0",
    "vite": "^5.4.2"
  },
  "peerDependencies": {
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  }
}