{
  "name": "liteapi-react-native-payment-wrapper",
  "version": "1.0.6",  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/liteapi-travel/react-native-payment-wrapper"
  },
  "bugs": {
    "url": "https://github.com/liteapi-travel/react-native-payment-wrapper/issues"
  },
  "homepage": "https://github.com/liteapi-travel/react-native-payment-wrapper#readme",
  "dependencies": {
    "@stripe/stripe-react-native": "^0.38.4",
    "axios": "^0.21.1",
    "react": "^18.2.0",
    "react-native": "^0.74.5"
  },
  "devDependencies": {
    "typescript": "^5.5.4"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\" --ignore-pattern \"docs/api-reference/*\" --ignore-path .gitignore",
    "release": "./scripts/publish",
    "example": "yarn --cwd example",
    "pods": "cd example && npx pod-install --quiet",
    "update-pods": "cd example/ios && pod update Stripe StripeApplePay StripeFinancialConnections StripePayments StripePaymentSheet StripePaymentsUI StripeCore StripeUICore",
    "bootstrap": "yarn example && yarn && yarn pods",
    "bootstrap-no-pods": "yarn example && yarn",
    "docs": "yarn typedoc ./src/index.tsx --out ./docs/api-reference --tsconfig ./tsconfig.json --readme none --sort source-order",
    "run-example-ios": "cd example;react-native run-ios --configuration Release --simulator \"iPhone 15\"",
    "run-example-android": "cd example;react-native run-android --variant=release",
    "test:e2e:ios": "bash ./scripts/run-maestro-tests ios",
    "test:e2e:android": "bash ./scripts/run-maestro-tests android",
    "test:unit:ios": "xcodebuild test -workspace example/ios/StripeSdkExample.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 15' -scheme UnitTests",
    "test:unit:android": "cd example/android && ./gradlew connectedAndroidTest",
    "test-ios": "maestro test -e APP_ID=com.stripe.react.native",
    "test-android": "maestro test -e APP_ID=com.example.reactnativestripesdk"
  },
  "author": "",
  "license": "ISC"
}
