{
  "name": "@oguzhnatly/react-native-image-manipulator",
  "version": "1.0.5",
  "description": "ImageManipulator for react native without Expo and Unimodules. Based on Expo ImageManipulator",
  "main": "build/index.js",
  "author": "oguzhnatly",
  "homepage": "https://github.com/oguzhnatly/react-native-image-manipulator",
  "license": "MIT",
  "typings": "build/index.d.ts",
  "keywords": [
    "react-native",
    "react",
    "rotate",
    "flip",
    "image",
    "manipulator",
    "react-native-rotate-image",
    "react-native-flip-image",
    "react-native-image-manipulator"
  ],
  "scripts": {
    "build": "tsc"
  },
  "dependencies": {},
  "devDependencies": {
    "react-native": "^0.68.0",
    "typescript": "^4.6.3"
  }
}
