{
  "name": "react-native-admobile",
  "title": "React Native Admobile",
  "version": "1.3.17",
  "description": "react-native-admobile",
  "main": "index.js",
  "files": [
    "README.md",
    "android",
    "index.js",
    "ios",
    "react-native-admobile.podspec"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "standard-version",
    "release:major": "standard-version --release-as major",
    "release:major_beta": "standard-version --release-as major -p beta",
    "release:feat": "standard-version --release-as minor",
    "release:feat_beta": "standard-version --release-as minor -p beta",
    "release:fix": "standard-version --release-as patch",
    "release:fix_beta": "standard-version --release-as patch -p beta",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liusanhong/react-native-admobile.git",
    "baseUrl": "https://github.com/liusanhong/react-native-admobile"
  },
  "keywords": [
    "react-native",
    "react-native-admobilie",
    "admobilie",
    "rn-admobilie"
  ],
  "author": {
    "name": "Richard",
    "email": "yourname@email.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": ">=16.8.1",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "react": "^16.9.0",
    "react-native": "^0.61.5",
    "standard-version": "^9.3.2"
  }
}
