{
  "name": "react-native-universal-payment-gateway",
  "version": "1.0.13",
  "private": false,
  "description": "A react native library developed to unify the tedious process of having diversity of packages for various payment providers, of this is our goal to solve ",
  "main": "./src/index.tsx",
  "keywords": [
    "react-native",
    "paystack",
    "flutterwave",
    "payment",
    "gateway",
    "payment gateway",
    "webview",
    "expo",
    "mobile",
    "ios",
    "android",
    "web"
  ],
  "bugs": {
    "url": "https://github.com/seyicoded/react-native-universal-payment-gateway/issues"
  },
  "homepage": "https://github.com/seyicoded/react-native-universal-payment-gateway/blob/master/README.md",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "peerDependencies": {
    "axios": "*",
    "react": "*",
    "react-native": "*",
    "react-native-webview": "*"
  },
  "dependencies": {
    "@babel/plugin-proposal-export-namespace-from": "^7.18.9"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/jest": "^28.1.7",
    "@types/react": "^18.0.17",
    "@types/react-native": "^0.69.5",
    "@types/react-test-renderer": "^18.0.0",
    "axios": "^0.27.2",
    "babel-jest": "^26.6.3",
    "eslint": "^7.32.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.70.3",
    "react": "18.0.0",
    "react-native": "0.69.4",
    "react-native-webview": "^11.23.0",
    "react-test-renderer": "18.0.0",
    "typescript": "^4.7.4"
  },
  "jest": {
    "preset": "react-native",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seyicoded/react-native-universal-payment-gateway"
  },
  "author": "Opadonu Oluwaseyi <opadonuseyi01@gmail.com>",
  "license": "MIT"
}
