{
  "name": "react-native-google-pay",
  "version": "2.1.0",
  "description": "React Native bridge for Google Pay",
  "main": "index.js",
  "scripts": {
    "prettier:fix": "prettier --write '**/*.{js,ts,tsx}'",
    "version": "auto-changelog -p && git add CHANGELOG.md",
    "demo": "cd ./Example && yarn && react-native run-android"
  },
  "keywords": [
    "react-native",
    "google-pay",
    "android-pay",
    "payments",
    "pay"
  ],
  "author": "Andrey Sorokin <sorokin0andrey@gmail.com> (https://github.com/sorokin0andrey)",
  "license": "MIT",
  "nativePackage": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/busfor/react-native-google-pay.git"
  },
  "peerDependencies": {
    "react-native": ">=0.60.0"
  },
  "devDependencies": {
    "auto-changelog": "^1.16.2",
    "prettier": "^1.19.1"
  }
}
