-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 882 Bytes
/
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
{
"name": "@OpenRUM/react-native-plugin",
"version": "1.6.0",
"description": "React Native plugin of OpenRUMSDK..",
"main": "index.js",
"scripts": {
"build": "npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"OpenRUM",
"android",
"ios"
],
"author": {
"name": "OpenRUM"
},
"homepage": "https://www.OpenRUM.com/",
"license": "Copyright (c) 2021 OpenRUM. All rights reserved.",
"deprecated": false,
"dependencies": {
"jscodeshift": "^0.11.0",
"proxy-polyfill": "^0.3.0",
"semver": "^7.1.3",
"metro-react-native-babel-transformer": "^0.77.0"
},
"peerDependencies": {
"react-native": ">=0.48.0",
"react": ">=16.0.0",
"@babel/parser": ">=7.4.4"
},
"repository": "http://gitlab.ibr.net.cn/dem/code/develop/rum/agent/js/react_native_plugin.git"
}