UNPKG

@zezosoft/zezo-ott-react-native-video-player

Version:

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

216 lines (215 loc) 5.77 kB
{ "name": "@zezosoft/zezo-ott-react-native-video-player", "version": "1.0.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": { ".": { "source": "./src/index.tsx", "types": "./lib/typescript/src/index.d.ts", "default": "./lib/module/index.js" }, "./package.json": "./package.json" }, "files": [ "*.podspec", "android", "cpp", "ios", "lib", "react-native.config.js", "src", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!ios/build", "!**/__fixtures__", "!**/__mocks__", "!**/__tests__", "!**/.*" ], "scripts": { "clean": "del-cli lib", "example": "yarn workspace @zezosoft/zezo-ott-react-native-video-player-example", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "bob build", "release": "release-it --only-version", "test": "jest", "typecheck": "tsc" }, "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/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/" }, "packageManager": "yarn@4.11.0", "workspaces": [ "example" ], "peerDependencies": { "react": "*", "react-native": "*", "react-native-fast-image": "*", "react-native-gesture-handler": "*", "react-native-linear-gradient": "*", "react-native-reanimated": "*", "react-native-safe-area-context": "*", "react-native-svg": "*", "react-native-video": "*" }, "dependencies": { "@react-native-community/slider": "^4.5.7", "axios": "^1.11.0", "lucide-react-native": "^0.539.0", "react-native-awesome-slider": "^2.9.0", "react-native-mmkv": "^3.3.0", "react-native-orientation-locker": "1.6.0", "react-native-popup-menu": "^0.18.0", "react-native-responsive-fontsize": "^0.5.1", "react-native-size-matters": "^0.4.2", "react-native-subtitles": "^5.0.5", "react-native-system-navigation-bar": "^2.6.4", "zustand": "^5.0.7" }, "devDependencies": { "@commitlint/config-conventional": "^19.8.1", "@eslint/compat": "^1.3.2", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.35.0", "@evilmartians/lefthook": "^1.5.0", "@react-native/babel-preset": "0.81.1", "@react-native/eslint-config": "^0.81.1", "@release-it/conventional-changelog": "^10.0.1", "@types/jest": "^29.5.14", "@types/react": "^19.1.12", "commitlint": "^19.8.1", "del-cli": "^6.0.0", "eslint": "^9.35.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "jest": "^29.7.0", "lefthook": "^2.0.3", "nodemon": "^3.1.10", "prettier": "^2.8.8", "react": "19.1.0", "react-native": "0.81.5", "react-native-builder-bob": "^0.40.15", "react-native-fast-image": "^8.6.3", "react-native-gesture-handler": "^2.28.0", "react-native-linear-gradient": "^2.8.3", "react-native-reanimated": "^4.1.0", "react-native-safe-area-context": "^5.6.1", "react-native-svg": "^15.14.0", "react-native-video": "^6.17.0", "release-it": "^19.0.4", "typescript": "^5.9.2" }, "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 }, "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" } } } }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "create-react-native-library": { "languages": "js", "type": "library", "tools": [ "eslint", "lefthook", "release-it", "jest" ], "version": "0.55.0" } }