{
  "name": "react-native-photo-cropper",
  "title": "React Native Photo Cropper, inspired by Instagram",
  "version": "1.5.0",
  "description": "The photo cropper component, similar to Instagram's.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thanhcuong1990/react-native-photo-cropper"
  },
  "keywords": [
    "react-native",
    "react",
    "native",
    "image",
    "picker",
    "cropper",
    "crop",
    "instagram"
  ],
  "author": {
    "name": "Cuong Lam",
    "email": "thanhcuong1990@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": ">=2.12.1",
    "react-native-image-editor-next": ">=1.1.0",
    "react-native-reanimated": ">=3.4.2"
  },
  "devDependencies": {
    "@types/react-native": "^0.72.3",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "prettier": "^3.0.3",
    "react": ">=18.2.0",
    "react-native": "^0.72.5",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@babel/eslint-parser": "^7.22.15"
  }
}
