-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "infobip-mobile-messaging-react-native-plugin",
"title": "Infobip Mobile Messaging React Native Plugin",
"version": "12.5.6",
"description": "Infobip Mobile Messaging React Native Plugin",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infobip/mobile-messaging-react-native-plugin.git",
"baseUrl": "https://github.com/infobip/mobile-messaging-react-native-plugin"
},
"keywords": [
"react-native",
"infobip",
"push",
"plugin",
"messaging",
"android",
"ios"
],
"author": {
"name": "Infobip Mobile Messaging Team",
"email": "[email protected]"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"homepage": "https://github.com/infobip/mobile-messaging-react-native-plugin#readme",
"bugs": {
"url": "https://github.com/infobip/mobile-messaging-react-native-plugin/issues"
},
"peerDependencies": {
"react": "^18.1.0",
"react-native": ">=0.68.0 <1.0.x"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.72.3",
"react": "^18.1.0",
"react-native": "^0.70.8"
}
}