{
  "name": "@howincodes/expo-dynamic-app-icon",
  "version": "3.0.2",
  "description": "Programmatically change the app icon in Expo.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build",
    "plugin",
    "ios",
    "android",
    "src",
    "expo-module.config.json",
    "app.plugin.js",
    "README.md"
  ],
  "scripts": {
    "build": "expo-module build",
    "build:plugin": "tsc --build ./plugin",
    "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": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-dynamic-app-icon",
    "ExpoDynamicAppIcon"
  ],
  "repository": "https://github.com/howincodes/expo-dynamic-app-icon",
  "bugs": {
    "url": "https://github.com/howincodes/expo-dynamic-app-icon/issues"
  },
  "author": "Faris Basha T M <bashahowin@gmail.com> (https://github.com/howincodes)",
  "license": "MIT",
  "homepage": "https://github.com/howincodes/expo-dynamic-app-icon#readme",
  "dependencies": {
    "@expo/image-utils": "^0.7.0",
    "xcode": "^3.0.1"
  },
  "devDependencies": {
    "@expo/config": "*",
    "@expo/config-plugins": "*",
    "@types/react": "*",
    "expo-module-scripts": "^4.0.0",
    "expo-modules-core": "*"
  },
  "peerDependencies": {
    "expo": ">=53.0.0",
    "expo-modules-core": "*",
    "react": "*",
    "react-native": "*"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
