{
  "name": "expo-esim-manager",
  "version": "0.1.1",
  "description": "Expo module for managing eSIM functionality on Android devices",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build/",
    "android/",
    "ios/",
    "expo-module.config.json",
    "README.md"
  ],
  "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:ios": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "esim",
    "euicc",
    "carrier",
    "android",
    "mobile",
    "telephony"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/fleye-me/expo-esim-mananger.git"
  },
  "bugs": {
    "url": "https://github.com/fleye-me/expo-esim-mananger/issues"
  },
  "author": "joaoschaab <joao.schaab@fleye.com.br>",
  "license": "MIT",
  "homepage": "https://github.com/fleye-me/expo-esim-mananger#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~19.0.0",
    "expo-module-scripts": "^4.1.9",
    "expo": "~53.0.0",
    "react-native": "0.79.1"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
