UNPKG

@8man/react-native-media-console

Version:
70 lines (69 loc) 1.86 kB
{ "name": "@8man/react-native-media-console", "version": "2.2.4-alpha.33", "description": "Controls for react-native-video", "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": {}, "author": "Himanshu (https://github.com/himanshu8443)", "repository": { "type": "git", "url": "git+ssh://git@github.com/himanshu8443/react-native-media-console" }, "scripts": { "lint": "eslint ./src", "test": "echo \"No test specified\" && exit 1", "prepare": "bob build", "release": "release-it" }, "peerDependencies": { "@expo/vector-icons": ">=15.0.3", "expo-brightness": ">=13.0.3", "react-native": "*", "react-native-gesture-handler": ">=2.0.0", "react-native-reanimated": ">=3.18.0", "react-native-video": ">=6.0.0", "react-native-volume-manager": ">=2.0.8" }, "devDependencies": { "expo-brightness": "~13.0.3", "react": "^17.0.2", "react-native": "npm:react-native-tvos@0.68.2-5", "react-native-builder-bob": "^0.18.2", "react-native-gesture-handler": "^2.0.0", "react-native-reanimated": "^3.18.0", "react-native-video": "6.0.0-beta.0", "react-native-volume-manager": "^2.0.8", "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" ] } }