{
  "name": "infobae-react-youtube-lazy",
  "version": "2.0.0",
  "private": false,
  "dependencies": {
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "react-scripts": "5.0.1"
  },
  "devDependencies": {
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "typescript": "^3.2.2"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  },
  "types": "src/ReactYoutube.d.ts",
  "description": "After seeing many similar packages none of the had exactly what was needed for my development. Most didn't have a lazyload features, and tryin to implement broke the component, and other simply plugged the videoID you provided into youtube embed iframe. So I setout to create a customizable youtube loader that has lazyload built it and is extremely customizable.",
  "main": "dist/react-youtube-lazy.jsx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VladyslavKochetkov/React-Youtube.git"
  },
  "keywords": [
    "React",
    "Youtube",
    "Lazy",
    "Lazyload",
    "Load",
    "ReactJS",
    "TypeScript",
    "TS"
  ],
  "author": "Vladyslav Kochetkov <vladyslavkochetkov1998@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VladyslavKochetkov/React-Youtube/issues"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
