@zezosoft/zezo-ott-react-native-video-player
Version:
React Native OTT Video Player for Android & iOS. Supports playlists, seasons, auto-next playback, subtitles, theming, analytics, fullscreen mode, and custom controls. 🚀 Powered by ZezoSoft.
192 lines (191 loc) • 5.08 kB
JSON
{
"name": "@zezosoft/zezo-ott-react-native-video-player",
"version": "1.0.0",
"description": "React Native OTT Video Player for Android & iOS. Supports playlists, seasons, auto-next playback, subtitles, theming, analytics, fullscreen mode, and custom controls. 🚀 Powered by ZezoSoft.",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
"exports": {
".": {
"source": "./src/index.ts",
"types": "./lib/typescript/src/index.d.ts",
"default": "./lib/module/index.js"
},
"./package.json": "./package.json"
},
"files": [
"src",
"lib",
"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__",
"!**/.*"
],
"scripts": {
"example": "yarn workspace @zezosoft/zezo-ott-react-native-video-player-example",
"test": "jest",
"typecheck": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli lib",
"prepare": "bob build",
"release": "release-it --only-version",
"watch": "nodemon --watch src --ext ts,tsx,js --delay 500ms --exec \"yarn clean && yarn prepare && yalc push\""
},
"keywords": [
"react-native",
"ios",
"android",
"video-player",
"react-native-video",
"react-native-video-player",
"ott",
"ott-player",
"react-native-ott",
"playlist",
"season-navigation",
"fullscreen-video",
"custom-video-player",
"subtitles",
"analytics",
"auto-next",
"react-native-library",
"react-native-component"
],
"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/"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.22.0",
"@evilmartians/lefthook": "^1.5.0",
"@react-native/babel-preset": "0.78.2",
"@react-native/eslint-config": "^0.78.0",
"@release-it/conventional-changelog": "^9.0.2",
"@types/jest": "^29.5.5",
"@types/react": "^19.0.12",
"commitlint": "^19.6.1",
"del-cli": "^5.1.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-builder-bob": "^0.40.13",
"release-it": "^17.10.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"workspaces": [
"example"
],
"packageManager": "yarn@3.6.1",
"jest": {
"preset": "react-native",
"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"
}
}
}
},
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"create-react-native-library": {
"languages": "js",
"type": "library",
"version": "0.52.0"
},
"dependencies": {
"@react-native-community/slider": "^4.5.7",
"axios": "^1.11.0",
"lucide-react-native": "^0.539.0",
"nodemon": "^3.1.10",
"react-native-awesome-slider": "^2.9.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.28.0",
"react-native-mmkv": "^3.3.0",
"react-native-orientation-locker": "1.6.0",
"react-native-popup-menu": "^0.18.0",
"react-native-reanimated": "~3.17.4",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "^5.6.0",
"react-native-size-matters": "^0.4.2",
"react-native-subtitles": "^5.0.5",
"react-native-svg": "^15.12.1",
"react-native-system-navigation-bar": "^2.6.4",
"react-native-video": "^6.16.1",
"zustand": "^5.0.7"
}
}