UNPKG

react-native-moengage

Version:

MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.

53 lines (52 loc) 1.22 kB
{ "name": "react-native-moengage", "version": "12.1.0", "description": "MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.", "main": "src/index.ts", "files": [ "android", "iOS", "src", "CHANGELOG.md", "README.md", "ReactNativeMoEngage.podspec", "package.json", "!**/__tests__", "!**/__mocks__" ], "keywords": [ "moengage", "push-notification", "react-native", "ios", "android", "device", "events" ], "scripts": { "test": "jest", "build": "echo \"Not required\" && exit 0" }, "author": { "name": "MoEngage", "email": "mobiledevs@moengage.com" }, "contributors": [ "MoEngage <mobiledevs@moengage.com>" ], "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "react-native": "0.73.0", "@types/jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^4.3.0" }, "codegenConfig": { "name": "NativeMoEngageSpec", "type": "modules", "jsSrcsDir": "src", "android": { "javaPackageName": "com.moengage.react" } } }