{
  "name": "@adrianfrith/react-lite-youtube-embed",
  "version": "2.3.6",
  "description": "A private by default, faster and cleaner YouTube embed component for React applications",
  "main": "dist/index.jsx",
  "module": "dist/index.es.jsx",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npx rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "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": ">=16.0.8",
    "react-dom": ">=16.0.8"
  },
  "devDependencies": {
    "@babel/cli": "^7.15.4",
    "@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",
    "@types/jest": "^27.0.1",
    "@types/react": "^17.0.19",
    "@typescript-eslint/eslint-plugin": "^4.30.0",
    "@typescript-eslint/parser": "^4.30.0",
    "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",
    "prettier": "^2.3.2",
    "react": "*",
    "react-dom": "*",
    "rollup-plugin-banner2": "^1.2.2",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.30.0",
    "typescript": "^4.4.2"
  },
  "volta": {
    "node": "16.16.0",
    "npm": "7.8.0"
  }
}
