Files
react-native-firebase/packages/admob/package.json

36 lines
931 B
JSON

{
"name": "@react-native-firebase/admob",
"version": "7.1.3",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Google AdMob is an easy way to monetize mobile apps with targeted, in-app advertising.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "genversion --semi lib/version.js",
"build:clean": "rimraf android/build && rimraf ios/build",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "https://github.com/invertase/react-native-firebase/tree/master/packages/admob"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"admob",
"gdpr",
"banner ad",
"rewarded ad",
"interstitial",
"ad consent"
],
"peerDependencies": {
"@react-native-firebase/app": "7.2.1"
},
"publishConfig": {
"access": "public"
}
}