{
  "name": "expo-ads-admob",
  "version": "13.0.0",
  "description": "Provides support for the Google AdMob SDK (https://www.google.com/admob/) for mobile advertising. This module is largely based of the react-native-admob (https://github.com/sbugert/react-native-admob) module, as the documentation and questions surrounding that module may prove helpful. A simple example implementing AdMob SDK can be found at https://github.com/deadcoder0904/expo-google-admob",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "admob",
    "ads",
    "react-native",
    "expo"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-ads-admob"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "homepage": "https://docs.expo.dev/versions/latest/sdk/admob/",
  "jest": {
    "preset": "expo-module-scripts"
  },
  "dependencies": {
    "@expo/config-plugins": "^4.0.14"
  },
  "devDependencies": {
    "expo-module-scripts": "^2.0.0"
  },
  "peerDependencies": {
    "expo": "*"
  },
  "gitHead": "89a27c0ca0ca8becd7546697298e874a15e94faf"
}
