{
  "name": "@admob-plus/react-native",
  "title": "React Native AdMob Plus",
  "version": "2.0.0-alpha.2",
  "description": "AdMob Plus for React Native",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "*.md",
    "android/src/main/",
    "android/build.gradle",
    "ios",
    "*.podspec",
    "*.ts",
    "dist",
    "!**/*.tsbuildinfo",
    "!**/xcuserdata"
  ],
  "scripts": {
    "prepublishOnly": "turbo run build",
    "build": "tsc -b",
    "test": "tsc --noEmit --composite false"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/admob-plus/admob-plus.git"
  },
  "homepage": "https://admob-plus.github.io/docs/react-native",
  "funding": "https://admob-plus.github.io/funding",
  "keywords": [
    "react-native",
    "admob",
    "monetization",
    "ads",
    "typescript"
  ],
  "author": "Ratson",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=16.8.1",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "@admob-plus-internal/tsconfig": "file:../../internal/tsconfig",
    "@types/react": "^17.0.39",
    "@types/react-native": "^0.67.8",
    "react": "^17.0.2",
    "react-native": "^0.67.3",
    "typescript": "~4.7.4"
  },
  "gitHead": "11babe5a5cda695b4b7e76d96088df827086349b"
}
