react-native-moengage-cards
Version:
Cards Module for the MoEngage Platform
51 lines (50 loc) • 1.04 kB
JSON
{
"name": "react-native-moengage-cards",
"version": "6.0.3",
"description": "Cards Module for the MoEngage Platform",
"main": "src/index.ts",
"keywords": [
"moengage",
"react-native",
"ios",
"android",
"plugin",
"cards"
],
"files": [
"android",
"ios",
"src",
"package.json",
"ReactNativeMoEngageCards.podspec",
"README.md",
"!**/__tests__",
"!**/__mocks__"
],
"scripts": {
"test": "jest",
"build": "echo \"Not required\" && exit 0"
},
"author": {
"name": "MoEngage",
"email": "mobiledevs@moengage.com"
},
"license": "SEE LICENSE IN LICENSE.txt",
"peerDependencies": {
"react-native-moengage": "^12.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"react-native": "0.73.0",
"ts-jest": "^29.1.0",
"typescript": "^4.3.0"
},
"codegenConfig": {
"name": "NativeMoEngageCardsSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.moengage.react.cards"
}
}
}