{
  "name": "@bluebillywig/react-native-channel",
  "version": "8.54.2",
  "description": "Blue Billywig Channel SDK for React Native - Embed video channels in your React Native apps",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "source": "src/index.ts",
  "react-native": "lib/module/index.js",
  "files": [
    "lib",
    "src/specs",
    "android",
    "ios",
    "*.podspec",
    "react-native.config.js",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:ci": "jest --ci --coverage --reporters=default --reporters=github-actions",
    "clean": "del-cli lib",
    "build:channel": "cd .. && npm run build:native",
    "build:sdk": "bob build",
    "build:bundle": "node scripts/bundle-channel.js",
    "build": "npm run typescript && npm run clean && npm run build:sdk && cp package.json lib/package.json",
    "build:full": "npm run build:bundle && npm run build",
    "prepublishOnly": "npm run build",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "video",
    "channel",
    "blue-billywig",
    "ovp",
    "player",
    "streaming"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluebillywig/channel.git",
    "directory": "sdk"
  },
  "author": "Blue Billywig <support@bluebillywig.com> (https://www.bluebillywig.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bluebillywig/channel/issues"
  },
  "homepage": "https://github.com/bluebillywig/channel#readme",
  "devDependencies": {
    "@react-native/babel-preset": "^0.85.2",
    "@react-native/eslint-config": "^0.85.2",
    "@react-native/jest-preset": "^0.85.2",
    "@testing-library/react-native": "^13.0.0",
    "@types/jest": "^29.5.0",
    "@types/react": "19.2.3",
    "@types/react-test-renderer": "^19.0.0",
    "babel-jest": "^29.7.0",
    "del-cli": "^6.0.0",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "react": "19.2.3",
    "react-native": "0.85.2",
    "react-native-builder-bob": "^0.40.17",
    "react-native-webview": "^13.12.5",
    "react-test-renderer": "19.2.3",
    "ts-jest": "^29.2.0",
    "typescript": "^5.4.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-webview": ">=13.0.0",
    "react-native-safe-area-context": ">=4.0.0",
    "@bluebillywig/react-native-bb-player": ">=8.54.0 <8.55.0"
  },
  "peerDependenciesMeta": {
    "react-native-webview": {
      "optional": false
    },
    "react-native-safe-area-context": {
      "optional": true
    },
    "@bluebillywig/react-native-bb-player": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=24"
  },
  "codegenConfig": {
    "name": "RNBBChannelSpec",
    "type": "modules",
    "jsSrcsDir": "src/specs",
    "android": {
      "javaPackageName": "com.bluebillywig.channelsdk"
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "configFile": "./babel.config.js"
        }
      ],
      [
        "module",
        {
          "configFile": "./babel.config.js"
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
