{
  "author": {
    "name": "Tolu Thomas",
    "email": "tolu.thomas@protonmail.com",
    "url": "https://github.com/ToluThomas"
  },
  "bundleDependencies": [],
  "deprecated": false,
  "description": "Grab and share screenshots, as well as share images using their content uri",
  "homepage": "https://github.com/ToluThomas/react-native-share-image#readme",
  "keywords": [
    "react-native",
    "share",
    "screenshot",
    "share screenshot",
    "image",
    "share image"
  ],
  "license": "MIT",
  "main": "src/index",
  "types": "src/index.d.ts",
  "react-native": "src/index",
  "name": "react-native-share-image",
  "summary": "React Native library to share screenshots",
  "peerDependencies": {
    "react-native": ">=0.74.0"
  },
  "devDependencies": {
    "react-native": "^0.74.0",
    "typescript": "^5.0.0"
  },
  "codegenConfig": {
    "name": "RNShareImageSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.toluthomas.rnshareimage"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ToluThomas/react-native-share-image.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "2.0.0"
}
