{
  "name": "@hugofnm/expo-dynamic-app-icon",
  "version": "1.2.1",
  "description": "Programmatically change the app icon in Expo.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "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/simonsturge/expo-dynamic-app-icon",
  "bugs": {
    "url": "https://github.com/simonsturge/expo-dynamic-app-icon/issues"
  },
  "author": "Junseo Oh <insung9546@gmail.com> (https://github.com/outsung)",
  "license": "MIT",
  "homepage": "https://github.com/outsung/expo-dynamic-app-icon#readme",
  "devDependencies": {
    "@expo/image-utils": "^0.3.23",
    "@types/react": "^18.0.25",
    "@types/react-native": "^0.70.6",
    "expo-modules-core": "^1.0.3"
  },
  "peerDependencies": {
    "expo": ">=49",
    "react": "*",
    "react-native": "*"
  }
}
