{
  "name": "expo-image-manipulator",
  "version": "55.0.15",
  "description": "Provides functions that let you manipulation images on the local file system, eg: resize, crop.",
  "main": "src/index.ts",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "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"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-image-manipulator"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-image-manipulator"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/imagemanipulator/",
  "dependencies": {
    "expo-image-loader": "~55.0.0"
  },
  "devDependencies": {
    "expo-module-scripts": "^55.0.2"
  },
  "peerDependencies": {
    "expo": "*"
  },
  "gitHead": "b0ada30fd6a819c5f98a23d99b1b89a2ed68743d"
}
