-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"name": "react-native-voip-push-notification",
"version": "3.3.2",
"description": "Ios PushKit for VoIP push notification on react-native",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:plugin": "rimraf plugin/build && tsc --build plugin",
"prepare": "npm run build:plugin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-webrtc/react-native-voip-push-notification.git"
},
"author": "React Native WebRTC Community. Original: Ian Yu-Hsun Lin <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/react-native-webrtc/react-native-voip-push-notification/issues"
},
"homepage": "https://github.com/react-native-webrtc/react-native-voip-push-notification#readme",
"peerDependencies": {
"react-native": ">=0.60.0",
"expo": ">=47.0.0"
},
"devDependencies": {
"expo": "^50.0.15",
"expo-module-scripts": "^3.5.1"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
}
}