{
  "name": "@bluebillywig/react-native-bb-player",
  "version": "8.54.0",
  "description": "Blue Billywig Native Video Player for React Native - iOS AVPlayer and Android ExoPlayer integration",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "exports": {
    ".": {
      "react-native": "./src/index.ts",
      "import": "./lib/module/index.js",
      "require": "./lib/commonjs/index.js",
      "types": "./lib/typescript/src/index.d.ts"
    },
    "./app.plugin": "./app.plugin.js",
    "./app.plugin.js": "./app.plugin.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "prepare": "bob build && npm run build:plugin || true; npm run prepare:husky --if-present",
    "prepare:husky": "[ -e .git ] && [ -f node_modules/husky/bin.js ] && husky || true",
    "build": "bob build",
    "build:plugin": "[ -d node_modules/expo ] && tsc --project plugin/tsconfig.json || echo 'Skipping plugin build (expo not installed)'",
    "typescript": "tsc --noEmit",
    "typecheck": "tsc --noEmit",
    "lint": "eslint --cache --cache-strategy content \"src/**/*.{js,ts,tsx}\"",
    "lint:no-cache": "eslint \"src/**/*.{js,ts,tsx}\"",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "clean": "rm -rf lib plugin/build",
    "docs": "typedoc",
    "e2e:install": "curl -fsSL https://get.maestro.mobile.dev | bash",
    "e2e:ios": "maestro test .maestro/",
    "e2e:android": "maestro test .maestro/",
    "e2e": "npm run e2e:ios && npm run e2e:android"
  },
  "files": [
    "src",
    "lib",
    "ios",
    "android/src",
    "android/build.gradle",
    "android/repo",
    "plugin/build",
    "app.plugin.js",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "react-native-bb-player.podspec",
    "react-native.config.js",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "keywords": [
    "react-native",
    "expo",
    "expo-plugin",
    "config-plugin",
    "blue-billywig",
    "video-player",
    "native-player",
    "avplayer",
    "exoplayer",
    "ios-video",
    "android-video",
    "fullscreen-video",
    "video-streaming"
  ],
  "author": "Blue Billywig",
  "license": "MIT",
  "homepage": "https://bluebillywig.github.io/react-native-bb-player/",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluebillywig/react-native-bb-player.git"
  },
  "peerDependencies": {
    "expo": ">=54.0.0",
    "react": ">=18.0.0",
    "react-native": ">=0.73.0"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "devDependencies": {
    "@react-native/babel-preset": "0.83.1",
    "@react-native/eslint-config": "^0.85.0",
    "@testing-library/react-native": "^13.3.3",
    "@types/jest": "^29.5.12",
    "@types/react": "~19.2.0",
    "babel-jest": "^29.7.0",
    "eslint": "^8.57.1",
    "expo": "~54.0.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "lint-staged": "^15.5.2",
    "prettier": "^3.8.3",
    "react": "19.2.0",
    "react-native": "0.83.1",
    "react-native-builder-bob": "^0.31.0",
    "react-test-renderer": "19.2.0",
    "typedoc": "^0.28.17",
    "typescript": "~5.3.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "BBPlayerModuleSpec",
    "type": "all",
    "jsSrcsDir": "./src/specs",
    "android": {
      "javaPackageName": "com.bluebillywig.bbplayer"
    }
  },
  "lint-staged": {
    "src/**/*.{js,ts,tsx}": [
      "eslint --cache --cache-strategy content --fix"
    ],
    "src/**/*.{ts,tsx}": [
      "bash -c 'tsc --noEmit --project tsconfig.json'"
    ]
  }
}
