{
  "name": "expo-transaction-sms-reader",
  "version": "0.2.2",
  "description": "Android-only Expo Module (SDK 54) for fintech apps: listens to incoming SMS, classifies them (transaction / OTP / promo), parses banking & wallet alerts across 60+ South-Asian, Indian, Bangladeshi and GCC institutions, extracts OTPs, and exposes aggregation utilities — all behind a fully-typed real-time API.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-module",
    "expo-modules",
    "expo-sdk-54",
    "android",
    "sms",
    "sms-reader",
    "sms-listener",
    "transaction",
    "transaction-sms",
    "banking",
    "fintech",
    "wallet",
    "upi",
    "pakistan",
    "india",
    "bangladesh",
    "broadcast-receiver",
    "kotlin"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/aashir-athar/expo-transaction-sms-reader"
  },
  "bugs": {
    "url": "https://github.com/aashir-athar/expo-transaction-sms-reader/issues"
  },
  "author": "aashir-athar (https://github.com/aashir-athar)",
  "license": "MIT",
  "homepage": "https://github.com/aashir-athar/expo-transaction-sms-reader#readme",
  "files": [
    "build",
    "android",
    "ios",
    "src",
    "plugin/build",
    "app.plugin.js",
    "expo-module.config.json",
    "README.md",
    "LICENSE"
  ],
  "app.plugin.js": "./app.plugin.js",
  "peerDependencies": {
    "expo": "^54.0.33",
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@types/react": "~19.1.0",
    "expo-module-scripts": "^4.0.0",
    "expo-modules-core": "~2.0.0"
  }
}
