UNPKG

react-native-whip-whep

Version:

An implementation of WHIP and WHEP protocols functionalities for React Native.

67 lines (66 loc) 1.87 kB
{ "name": "react-native-whip-whep", "version": "0.7.1", "description": "An implementation of WHIP and WHEP protocols functionalities for React Native.", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "EXPO_NONINTERACTIVE=1 sh -c 'expo-module build && expo-module build plugin'", "clean": "expo-module clean", "lint": "expo-module lint && swift-format format -i -r ./**/**/*.swift --configuration swift-format-config.json", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android", "docs": "typedoc" }, "keywords": [ "react-native", "WHIP", "WHEP", "WebRTC", "streaming", "video", "audio" ], "repository": { "type": "git", "url": "git+https://github.com/software-mansion/react-native-whip-whep.git", "directory": "packages/react-native-client" }, "bugs": { "url": "https://github.com/software-mansion/react-native-whip-whep/issues" }, "author": "Software Mansion", "license": "MIT", "homepage": "https://github.com/software-mansion/react-native-whip-whep", "dependencies": { "promise-fs": "^2.1.1", "zod": "^3.25.71" }, "devDependencies": { "@types/promise-fs": "^2.1.2", "@types/react": "~19.1.10", "expo-module-scripts": "~4.0.5", "typedoc": "^0.28.2", "typescript": "^5.8.3" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" }, "files": [ "build/**", "plugin/**", "android/build.gradle", "android/src/**", "ios/**/*.swift", "ios/ReactNativeMobileWhepClient.podspec", "expo-module.config.json", "README.md", "!**/node_modules" ] }