{
  "name": "react-lite-youtube-embed",
  "version": "2.6.0",
  "description": "A private by default, faster and cleaner YouTube embed component for React applications",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "coverage": "vitest run --coverage",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "format": "prettier --write \"src/**/*.{ts,tsx,json,css,md}\"",
    "format:check": "prettier --check \"src/**/*.{ts,tsx,json,css,md}\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ibrahimcesar/react-lite-youtube-embed.git"
  },
  "author": {
    "name": "Ibrahim Cesar",
    "email": "email@ibrahimcesar.com",
    "url": "https://ibrahimcesar.cloud"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ibrahimcesar/react-lite-youtube-embed/issues"
  },
  "homepage": "https://github.com/ibrahimcesar/react-lite-youtube-embed",
  "keywords": [
    "React",
    "Reactjs",
    "YouTube",
    "YouTube Embed",
    "Adaptive Loading"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.js",
      "default": "./dist/index.es.js"
    },
    "./dist/LiteYouTubeEmbed.css": "./dist/LiteYouTubeEmbed.css"
  },
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/node": "^22.10.2",
    "@types/react": "^18.3.26",
    "@typescript-eslint/eslint-plugin": "^8.46.4",
    "@typescript-eslint/parser": "^8.46.4",
    "@vitejs/plugin-react": "^4.3.4",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.39.1",
    "eslint-plugin-react": "^7.37.5",
    "globals": "^16.5.0",
    "identity-obj-proxy": "^3.0.0",
    "jsdom": "^27.2.0",
    "prettier": "^2.8.8",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "typescript": "^5.9.3",
    "vite": "^6.0.3",
    "vite-plugin-dts": "^4.3.0",
    "vitest": "^3.2.4"
  },
  "volta": {
    "node": "20.10.0"
  }
}
