forked from voxeet/voxeet-uxkit-reactnative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.28 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": "@voxeet/react-native-voxeet-conferencekit",
"version": "0.3.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"postinstall": "cross-os cmd",
"test": "echo \"Error: no test specified\" && exit 1",
"build-library": "tsc && Echo Build completed!",
"publish-library": "bash ./publish.sh && echo Package published!"
},
"cross-os": {
"cmd": {
"darwin": "bash postinstall.sh $INIT_CWD"
}
},
"dependencies": {
"cross-os": "^1.3.0"
},
"devDependencies": {
"@types/react": "^16.9.9",
"@types/react-native": "^0.63.43",
"@types/react-test-renderer": "^16.0.0",
"cross-os": "^1.3.0",
"react-native-scripts-ts": "1.7.0",
"react-native-typescript-transformer": "^1.1.4",
"react-test-renderer": "16.2.0",
"tslib": "^1.9.3",
"typescript": "^4.2.3"
},
"keywords": [
"react-native"
],
"author": "",
"license": "",
"files": [
"package.json",
"patch.react.aar.sh",
"lib/",
"dist/",
"postinstall.sh",
"android/src",
"android/build.gradle",
"voxeet-uxkit-reactnative.podspec",
"ios/RNVoxeetConferencekit",
"ios/RNVoxeetConferencekit.xcodeproj",
"README.md",
"LICENSE",
"SDK_LICENSE"
],
"peerDependencies": {
"react-native": "^0.55.4"
}
}