{
  "name": "react-native-stripe-payments",
  "title": "React Native Stripe Payments",
  "version": "1.1.0",
  "description": "Lightweight, easy to integrate and use React native library for Stripe payments (using Payment Intents) compliant with SCA (strong customer authentication).",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "README.md",
    "android",
    "build/**/*",
    "ios",
    "react-native-stripe-payments.podspec"
  ],
  "scripts": {
    "prepublish": "tsc",
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fitpassu/react-native-stripe-payments.git",
    "baseUrl": "https://github.com/Fitpassu/react-native-stripe-payments"
  },
  "keywords": [
    "react-native",
    "stripe",
    "payments",
    "sca",
    "strong customer authentication",
    "android",
    "ios",
    "payment intents",
    "cross platform"
  ],
  "author": {
    "name": "Viktoras Laukevičius",
    "email": "viktoras.laukevicius@yahoo.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@types/react": "18.0.0",
    "@types/react-native": "0.69.7",
    "react": "18.0.0",
    "react-native": "0.69.7",
    "typescript": "^4.9.5"
  }
}
