{ "name": "@streamplace/config-react-native-webrtc", "version": "0.12.0", "description": "react-native-webrtc config mod with some changes to make it useful for streamplace", "scripts": { "prepare": "tsc -p tsconfig.json", "start": "tsc -p tsconfig.json --watch" }, "dependencies": { "@config-plugins/react-native-webrtc": "10.0.0", "react-native-webrtc": "git+https://github.com/streamplace/react-native-webrtc.git#74fa32266e3a2fee180f5e01bb8753af2a92d9d3", "rtcaudiodevice": "git+https://github.com/streamplace/RTCAudioDevice.git#38bf55484ca14366e4322c565aa4ed025107734b" }, "devDependencies": { "typescript": "~5.3.3" }, "main": "./dist/config-react-native-webrtc.js", "src": "./src/config-react-native-webrtc.ts", "types": "./dist/config-react-native-webrtc.d.ts", "files": [ "dist", "src" ] }