UNPKG

react-native-expo-moengage

Version:

MoEngage Expo plugin for integrating MoEngage React-Native SDK

68 lines (67 loc) 1.47 kB
{ "name": "react-native-expo-moengage", "version": "1.0.1", "dependencyVersions": { "firebaseMessaging": "24.1.0" }, "description": "MoEngage Expo plugin for integrating MoEngage React-Native SDK", "main": "build/index.js", "files": [ "android", "apple", "src", "build", "CHANGELOG.md", "README.md", "package.json", "app.plugin.js", "expo-module.config.json", "!**/__tests__", "!**/__mocks__" ], "repository": { "type": "git", "url": "https://github.com/moengage/React-Native" }, "keywords": [ "moengage", "push-notification", "react-native", "ios", "tvos", "android", "device", "events", "expo" ], "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "author": { "name": "MoEngage", "email": "mobiledevs@moengage.com" }, "contributors": [ "MoEngage <mobiledevs@moengage.com>" ], "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "@expo/config-plugins": "^5.0.0", "@expo/config-types": "^53.0.4", "@types/jest": "^29.5.12", "@types/node": "^22.15.26", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.3.3", "expo": "^48.0.0", "expo-module-scripts": "^3.0.4", "expo-notifications": "^0.31.3" }, "peerDependencies": { "react-native-moengage": "^12.1.0" } }