{
  "name": "expo-ios-morph-symbol",
  "version": "0.1.0",
  "description": "✨ Beautiful morphing animations for SF Symbols in React Native (Expo) ⚡ ",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "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",
    "expo-ios-morph-image",
    "ExpoiOSMorphImage"
  ],
  "repository": "https://github.com/rit3zh/expo-ios-morph-image",
  "bugs": {
    "url": "https://github.com/rit3zh/expo-ios-morph-image/issues"
  },
  "author": "Ritesh. <119659853+rit3zh@users.noreply.github.com> (https://github.com/rit3zh)",
  "license": "MIT",
  "homepage": "https://github.com/rit3zh/expo-ios-morph-image#readme",
  "dependencies": {
    "sf-symbols-typescript": "^2.1.0"
  },
  "devDependencies": {
    "@types/react": "~19.0.0",
    "expo": "~53.0.0",
    "expo-module-scripts": "^4.1.10",
    "react-native": "0.79.1"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
