{
  "name": "@zezosoft/zezo-ott-react-native-video-player",
  "version": "1.4.2",
  "description": "Production-ready React Native OTT video player library for Android & iOS. Features: playlists, seasons, auto-next playback, subtitles (SRT/VTT), custom theming, analytics tracking, fullscreen mode, gesture controls, ads player (pre-roll/mid-roll/post-roll), TypeScript support, and centralized state management. Perfect for streaming apps, video platforms, and OTT services.",
  "main": "./lib/module/index.js",
  "types": "./lib/typescript/src/index.d.ts",
  "exports": {
    ".": {
      "zezosoft-zezo-ott-react-native-video-player-source": "./src/index.tsx",
      "types": "./lib/typescript/src/index.d.ts",
      "default": "./lib/module/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "example": "yarn workspace @zezosoft/zezo-ott-react-native-video-player-example",
    "clean": "del-cli lib",
    "prepare": "bob build",
    "typecheck": "tsc",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "test": "jest",
    "release": "release-it --only-version",
    "watch:yalc": "chokidar \"src/**/*\" -c \"yarn prepare && yalc push\""
  },
  "keywords": [
    "analytics",
    "android",
    "auto-next",
    "custom-video-player",
    "fullscreen-video",
    "ios",
    "media-player",
    "mobile-video",
    "ott",
    "ott-player",
    "ott-platform",
    "playlist",
    "react-native",
    "react-native-component",
    "react-native-library",
    "react-native-ott",
    "react-native-video",
    "react-native-video-player",
    "season-navigation",
    "streaming",
    "streaming-player",
    "subtitles",
    "srt-subtitles",
    "typescript",
    "video-analytics",
    "video-player",
    "video-streaming",
    "zustand"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Zezo-Soft/zezosoft-zezo-ott-react-native-video-player.git"
  },
  "author": "Naresh Dhamu <narsadhamu@gmail.com> (https://github.com/Naresh-Dhamu)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Zezo-Soft/zezosoft-zezo-ott-react-native-video-player/issues"
  },
  "homepage": "https://github.com/Zezo-Soft/zezosoft-zezo-ott-react-native-video-player#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^21.0.2",
    "@eslint/compat": "^2.1.0",
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^10.0.1",
    "@jest/globals": "^29.7.0",
    "@react-native/babel-preset": "0.85.0",
    "@react-native/eslint-config": "0.85.0",
    "@react-native/jest-preset": "0.85.0",
    "@release-it/conventional-changelog": "^11.0.1",
    "@types/react": "^19.2.0",
    "chokidar-cli": "^3.0.0",
    "commitlint": "^21.0.2",
    "del-cli": "^7.0.0",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-ft-flow": "^3.0.11",
    "eslint-plugin-prettier": "^5.5.6",
    "jest": "^29.7.0",
    "lefthook": "^2.1.9",
    "prettier": "^3.8.3",
    "react": "19.2.0",
    "react-native": "0.83.6",
    "react-native-builder-bob": "^0.41.0",
    "react-native-gesture-handler": "^3.0.1",
    "react-native-linear-gradient": "^2.8.3",
    "react-native-orientation-director": "^3.0.2",
    "react-native-reanimated": "^4.5.2",
    "react-native-safe-area-context": "^5.8.0",
    "react-native-subtitles": "^5.0.5",
    "react-native-svg": "^15.15.5",
    "react-native-system-navigation-bar": "^2.8.0",
    "react-native-video": "^6.19.2",
    "react-native-worklets": "^0.11.1",
    "release-it": "^20.2.0",
    "turbo": "^2.9.16",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.70.0",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-linear-gradient": ">=2.0.0",
    "react-native-orientation-director": ">=3.0.0",
    "react-native-reanimated": ">=3.0.0",
    "react-native-safe-area-context": ">=4.0.0",
    "react-native-subtitles": ">=5.0.0",
    "react-native-svg": ">=13.0.0",
    "react-native-system-navigation-bar": ">=2.0.0",
    "react-native-video": ">=6.0.0",
    "react-native-worklets": ">=0.1.0"
  },
  "workspaces": [
    "example"
  ],
  "packageManager": "yarn@4.11.0",
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "jest": {
    "preset": "@react-native/jest-preset",
    "testEnvironmentOptions": {
      "customExportConditions": [
        "require",
        "react-native",
        "<%- project.sourceCondition -%>"
      ]
    },
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": {
          "name": "angular"
        }
      }
    }
  },
  "create-react-native-library": {
    "type": "library",
    "languages": "js",
    "tools": [
      "eslint",
      "jest",
      "lefthook",
      "release-it"
    ],
    "version": "0.63.0"
  },
  "dependencies": {
    "@zezosoft/zezo-ott-api-client": "^0.3.2",
    "lucide-react-native": "^1.20.0",
    "react-native-responsive-fontsize": "^0.5.1",
    "react-native-size-matters": "^0.4.2",
    "zustand": "^5.0.14"
  }
}
