UNPKG

@8man/react-native-media-console

Version:
68 lines (67 loc) 1.78 kB
{ "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": "*", "react-native-video": ">=6.0.0", "react-native-reanimated": ">=2.12.0", "expo-brightness": ">=13.0.3", "react-native-volume-manager": ">=2.0.8", "@expo/vector-icons": ">=15.0.3" }, "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" ] } }