{
  "name": "react-lite-youtube-embed",
  "version": "2.5.1",
  "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": "npx rollup -c",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "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"
  ],
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.15.5",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-transform-typescript": "^7.15.4",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^27.0.1",
    "@types/react": "^18.2.38",
    "@typescript-eslint/eslint-plugin": "^4.30.0",
    "@typescript-eslint/parser": "^4.30.0",
    "@vitest/coverage-v8": "^3.1.2",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "babel-preset-minify": "^0.5.1",
    "css-loader": "^6.2.0",
    "eslint": "^7.32.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^2.3.2",
    "react": "*",
    "react-dom": "*",
    "rollup-plugin-banner2": "^1.2.2",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.3.2",
    "vitest": "^3.1.2"
  },
  "volta": {
    "node": "20.10.0"
  }
}
