forked from hoxfon/react-native-twilio-programmable-voice
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
{
"name": "react-native-twilio-voice-sdk",
"version": "0.5.1",
"description": "React Native wrapper for Twilio Programmable Voice SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"ts:js": "tsc",
"prepublishOnly": "yarn ts:js",
"postpublish": "rm -r dist"
},
"devDependencies": {
"@types/react-native": "^0.60.2",
"react-native": "^0.60.4",
"typescript": "^3.5.3"
},
"homepage": "https://github.com/elyalvarado/react-native-twilio-voice-sdk",
"keywords": [
"twilio",
"react-native",
"voice",
"programmable",
"android",
"ios",
"react-component",
"push",
"apns",
"gcm",
"fcm"
],
"bugs": {
"url": "https://github.com/elyalvarado/react-native-twilio-voice-sdk/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:elyalvarado/react-native-twilio-voice-sdk.git"
},
"author": {
"name": "Ely Alvarado"
},
"license": "MIT",
"peerDependencies": {
"react-native": "^0.60.0"
}
}