Files
react-native-firebase/packages/admob/package.json
Mike Diarmid 252a4239e9 feat!: all packages should depend on core (#3613)
All packages now peer-depend on an explicit version of the `app` package.

BREAKING CHANGE: breaking change to mark new internal versioning requirements.
2020-05-05 20:25:08 +01:00

36 lines
931 B
JSON

{
"name": "@react-native-firebase/admob",
"version": "6.7.1",
"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": "6.7.1"
},
"publishConfig": {
"access": "public"
}
}