{
  "name": "expo-mercadopago-integration",
  "version": "1.0.2",
  "description": "Expo library for integrating Mercado Pago native SDK without ejecting",
  "main": "build/src/ExpoMercadoPagoModule.js",
  "types": "build/src/ExpoMercadoPagoModule.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly"
  },
  "keywords": [
    "expo",
    "react-native",
    "mercadopago",
    "payment",
    "sdk",
    "argentina",
    "latam"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/expo-mercadopago-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/expo-mercadopago-sdk/issues"
  },
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "peerDependencies": {
    "expo": "*"
  },
  "devDependencies": {
    "@expo/config-plugins": "^7.0.0",
    "expo-module-scripts": "^3.0.0"
  },
  "dependencies": {
    "expo-modules-core": "~1.0.0"
  }
}
