{
  "name": "expo-otp-retriever",
  "version": "0.1.0",
  "description": "Expo module for retrieving OTP codes on Android using Google's SMS Retriever API",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "expo",
    "react-native",
    "otp",
    "sms",
    "android",
    "sms-retriever",
    "verification"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/expo-otp-retriever.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/expo-otp-retriever/issues"
  },
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "homepage": "https://github.com/yourusername/expo-otp-retriever#readme",
  "dependencies": {},
  "devDependencies": {
    "expo-module-scripts": "^3.0.0",
    "expo-modules-core": "^1.5.7"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}