forked from react-native-webrtc/react-native-webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@daily-co/react-native-webrtc",
"version": "1.94.1-daily.4",
"repository": {
"type": "git",
"url": "git+https://github.com/daily-co/react-native-webrtc.git"
},
"nativePackage": true,
"description": "Daily fork of WebRTC for React Native",
"license": "MIT",
"homepage": "https://github.com/daily-co/react-native-webrtc",
"types": "index.d.ts",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"webrtc"
],
"main": "src/index.js",
"dependencies": {
"base64-js": "1.5.1",
"event-target-shim": "6.0.2",
"tar": "6.1.11",
"uuid": "3.4.0",
"@types/react": "*",
"@types/react-native": "*"
},
"peerDependencies": {
"react-native": ">=0.60.0"
},
"scripts": {
"tag": "scripts/tag",
"prepublishOnly": "npm run tag",
"postinstall": "node tools/downloadWebRTC.js",
"prepare": "husky install"
},
"bugs": {
"url": "https://github.com/daily-co/react-native-webrtc/issues"
},
"devDependencies": {
"husky": "7.0.2",
"lint-staged": "11.2.3",
"prettier": "2.4.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"webrtc-builds": {
"android": "https://github.com/jitsi/webrtc/releases/download/v94.0.0/android-webrtc.tgz",
"ios": "https://github.com/jitsi/webrtc/releases/download/v94.0.0/WebRTC.xcframework.tgz",
"ios-bitcode": "https://github.com/jitsi/webrtc/releases/download/v94.0.0/WebRTC.xcframework-bitcode.tgz"
}
}