UNPKG

expo-libvlc-player

Version:
51 lines (50 loc) 1.43 kB
{ "name": "expo-libvlc-player", "version": "2.3.1", "description": "LibVLC Player for Expo", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "husky && expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "libvlc", "player", "expo-libvlc-player", "ExpoLibvlcPlayer" ], "repository": "https://github.com/cornejobarraza/expo-libvlc-player", "bugs": { "url": "https://github.com/cornejobarraza/expo-libvlc-player/issues" }, "author": "David Cornejo <davidcornejo1@live.com> (https://github.com/cornejobarraza)", "license": "MIT", "homepage": "https://github.com/cornejobarraza/expo-libvlc-player#readme", "devDependencies": { "@eslint/compat": "^1.3.1", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.30.0", "@types/react": "~19.0.0", "eslint": "^9.30.0", "expo": "~53.0.25", "expo-module-scripts": "^4.1.6", "globals": "^16.2.0", "husky": "^9.1.7", "lint-staged": "^16.1.2", "react-native": "0.79.6" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }