{
  "name": "@mozzius/expo-dynamic-app-icon",
  "version": "1.8.1",
  "description": "Programmatically change the app icon in Expo.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build",
    "android",
    "ios",
    "plugin/build",
    "app.plugin.js",
    "expo-module.config.json"
  ],
  "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://tangled.sh/@samuel.bsky.team/expo-dynamic-app-icon",
  "bugs": {
    "url": "https://tangled.sh/@samuel.bsky.team/expo-dynamic-app-icon/issues"
  },
  "author": "Samuel Newman <mozzius@protonmail.com> (https://github.com/mozzius)",
  "license": "MIT",
  "homepage": "https://tangled.sh/@samuel.bsky.team/expo-dynamic-app-icon#readme",
  "dependencies": {
    "@expo/image-utils": "^0.8.7",
    "xcode": "^3.0.1"
  },
  "devDependencies": {
    "@types/node": "^24.3.1",
    "@types/react": "~19.1.10",
    "expo": "^54.0.2",
    "expo-module-scripts": "^5.0.7",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "expo": "^52 || ^53 || ^54",
    "react": "*",
    "react-native": "*"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
