infobip-mobile-messaging-react-native-plugin
Version:
Infobip Mobile Messaging React Native Plugin
54 lines (53 loc) • 1.54 kB
JSON
{
"name": "infobip-mobile-messaging-react-native-plugin",
"title": "Infobip Mobile Messaging React Native Plugin",
"version": "14.1.4",
"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.79.0",
"metro-react-native-babel-preset": "^0.77.0",
"react": "^19.0.0",
"react-native": "^0.79.0"
},
"codegenConfig": {
"name": "MobileMessaging",
"type": "modules",
"jsSrcsDir": "./src/specs",
"android": {
"javaPackageName": "org.infobip.reactlibrary.mobilemessaging"
}
}
}