-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 KB
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": "infobip-mobile-messaging-react-native-plugin",
"title": "Infobip Mobile Messaging React Native Plugin",
"version": "14.8.0",
"description": "Infobip Mobile Messaging React Native Plugin",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"add-copyright-header": "node scripts/add-copyright-header.js"
},
"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": "push.support@infobip.com"
},
"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.2.0 <20.0.0",
"react-native": ">=0.68.0 <1.0.x"
},
"devDependencies": {
"@react-native/codegen": "0.84.0",
"@types/react": "^19.2.3",
"metro-react-native-babel-preset": "^0.77.0",
"react": "19.2.3",
"react-native": "0.84.0"
},
"codegenConfig": {
"name": "MobileMessaging",
"type": "modules",
"jsSrcsDir": "./src/specs",
"android": {
"javaPackageName": "org.infobip.reactlibrary.mobilemessaging"
}
}
}