UNPKG

react-native-true-sight

Version:

A cross-platform video player with customizable controls for React Native.

52 lines (51 loc) 1.26 kB
{ "name": "react-native-true-sight", "description": "A cross-platform video player with customizable controls for React Native.", "version": "2.0.0", "license": "MIT", "author": { "name": "Andréas HANSS", "url": "https://www.linkedin.com/in/andreas-hanss/" }, "repository": { "type": "git", "url": "https://github.com/ScreamZ/react-native-true-sight.git" }, "bugs": { "url": "https://github.com/ScreamZ/react-native-true-sight/issues" }, "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "build:watch": "tsc --watch", "prepublishOnly": "tsc" }, "peerDependencies": { "@react-native-community/slider": "^3.0.3", "react": "*", "react-native": ">=0.60.0", "react-native-video": "^5.0.0" }, "devDependencies": { "@react-native-community/slider": "^3.0.3", "@types/react": "^16.9.49", "@types/react-native": "^0.63.17", "@types/react-native-video": "^5.0.1", "jest": "^22.2.2", "tslint": "^5.9.1", "typescript": "^4.0.2" }, "jest": { "preset": "react-native" }, "keywords": [ "react", "react-native", "video", "video-player", "customizable", "cross-platform" ] }