react-native-appodeal
Version:
React Native Module created to support Appodeal SDK for iOS and Android platforms
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "react-native-appodeal",
"version": "3.0.2",
"description": "React Native Module created to support Appodeal SDK for iOS and Android platforms",
"repository": {
"type": "git",
"url": "git+https://github.com/appodeal/react-native-appodeal.git"
},
"homepage": "https://appodeal.com",
"main": "dist/lib/index.js",
"typings": "dist/types/index.d.ts",
"directories": {
"example": "example"
},
"scripts": {
"tsc": "tsc --project .",
"lint": "tslint --project .",
"prepare": "npm run tsc"
},
"author": "Appodeal <https://appodeal.com>",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^16.4.6",
"@types/react-native": "^0.62.0",
"tslib": "^1.9.3",
"typescript": "^2.9.2"
},
"keywords": [
"react",
"react-native",
"react-component",
"appodeal",
"monetisation",
"android",
"ios",
"ads"
],
"files": [
"android",
"ios",
"src",
"package.json",
"dist",
"RNAppodeal.podspec"
]
}