Live video on the AT Protocol
1{
2 "name": "@streamplace/config-react-native-webrtc",
3 "version": "0.9.0",
4 "description": "react-native-webrtc config mod with some changes to make it useful for streamplace",
5 "scripts": {
6 "prepare": "tsc -p tsconfig.json",
7 "start": "tsc -p tsconfig.json --watch"
8 },
9 "dependencies": {
10 "@config-plugins/react-native-webrtc": "10.0.0",
11 "react-native-webrtc": "git+https://github.com/streamplace/react-native-webrtc.git#6b8472a771ac47f89217d327058a8a4124a6ae56",
12 "rtcaudiodevice": "git+https://github.com/streamplace/RTCAudioDevice.git#918e08a0f6f0818fb495a0db0b696b44d11d1336"
13 },
14 "devDependencies": {
15 "typescript": "~5.3.3"
16 },
17 "main": "./dist/config-react-native-webrtc.js",
18 "src": "./src/config-react-native-webrtc.ts",
19 "types": "./dist/config-react-native-webrtc.d.ts",
20 "files": [
21 "dist",
22 "src"
23 ]
24}