{
  "name": "react-native-youtube-bridge",
  "version": "2.2.1",
  "description": "🎥 Easy-to-use YouTube player for React Native with cross-platform support",
  "keywords": [
    "android",
    "ios",
    "react-native",
    "react-native-youtube",
    "react-native-youtube-bridge",
    "react-native-youtube-iframe",
    "youtube",
    "youtube-iframe-api"
  ],
  "homepage": "https://react-native-youtube-bridge-docs.pages.dev",
  "bugs": {
    "url": "https://github.com/react-native-bridges/react-native-youtube-bridge/issues"
  },
  "license": "MIT",
  "author": "saseungmin <dbd02169@naver.com> (https://github.com/saseungmin)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-bridges/react-native-youtube-bridge.git"
  },
  "files": [
    "lib",
    "src",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "react-native.config.js",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "main": "./lib/module/index.js",
  "types": "./lib/typescript/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/typescript/index.d.ts",
      "source": "./src/index.tsx",
      "default": "./lib/module/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@react-native-youtube-bridge/react": "2.1.6",
    "@react-native-youtube-bridge/core": "2.2.1"
  },
  "devDependencies": {
    "@react-native/babel-preset": "0.78.2",
    "@types/react": "^19.1.0",
    "del-cli": "^5.1.0",
    "react": "19.1.0",
    "react-native": "0.81.5",
    "react-native-builder-bob": "^0.40.12",
    "react-native-webview": "^13.15.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0",
    "react-native-webview": ">=11.0.0"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "<rootDir>/lib/"
    ],
    "preset": "react-native"
  },
  "create-react-native-library": {
    "languages": "js",
    "type": "library",
    "version": "0.50.3"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "scripts": {
    "build": "bob build",
    "clean": "del-cli lib",
    "test": "jest",
    "typecheck": "tsc --noEmit"
  }
}