UNPKG

react-native-moengage-inbox

Version:

Inbox Module for the MoEngage Platform

52 lines 1.13 kB
{ "name": "react-native-moengage-inbox", "version": "5.0.2", "description": "Inbox Module for the MoEngage Platform", "main": "src/index.ts", "files": [ "src", "lib", "android", "ios", "cpp", "ReactNativeMoEngageInbox.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "test": "echo \"Test cases not available\" && exit 0" }, "keywords": [ "react-native", "ios", "android", "moengage" ], "repository": "https://github.com/moengage/React-Native", "author": { "name": "MoEngage", "email": "mobiledevs@moengage.com" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react-native-moengage": "^11.0.0" }, "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "react-native": "0.73.0" }, "codegenConfig": { "name": "NativeMoEngageInboxSpec", "type": "modules", "jsSrcsDir": "src", "android": { "javaPackageName": "com.moengage.react.inbox" } } }