react-native-video-zoom-control
Version:
A video player overlay for React Native Video that supports pinch-to-zoom and multiple video renditions.
65 lines (64 loc) • 1.66 kB
JSON
{
"name": "react-native-media-console",
"version": "2.0.7",
"description": "A media player for the react-native-video component",
"license": "MIT",
"source": "src/index",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"keywords": [
"react-native",
"react-native-video",
"react video controls",
"react video player"
],
"bugs": {
"url": "https://github.com/criszz77/react-native-media-console/issues"
},
"homepage": "https://github.com/criszz77/react-native-media-console",
"author": "Ovidiu Cristescu (https://github.com/criszz77)",
"repository": "git@github.com:criszz77/react-native-media-console.git",
"scripts": {
"lint": "eslint ./src",
"test": "echo \"No test specified\" && exit 1",
"prepare": "bob build",
"release": "release-it"
},
"dependencies": {},
"peerDependencies": {
"react-native": ">=0.46.0",
"react-native-video": ">=6.0.0",
"react-native-reanimated": "^2.12.0"
},
"devDependencies": {
"react": "18.3.1",
"react-native": "npm:react-native-tvos@0.74.1-0",
"react-native-builder-bob": "^0.18.2",
"react-native-video": "6.1.2",
"react-native-reanimated": "3.11.0",
"release-it": "^15.6.0",
"typescript": "^4.6.2"
},
"react-native": "src/index.ts",
"module": "lib/module/index.js",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__"
],
"react-native-builder-bob": {
"source": "./src",
"output": "./lib",
"targets": [
"commonjs",
"module",
"typescript"
]
}
}