{
  "name": "react-native-images-viewer",
  "version": "0.2.7",
  "description": "React Native modal component for viewing images as a sliding gallery",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SergoMorello/react-native-images-viewer.git"
  },
  "keywords": [
    "react",
    "react-native",
    "image",
    "gallery",
    "image-gallery",
    "image-viewer"
  ],
  "scripts": {
    "build": "tsc"
  },
  "peerDependencies": {
    "react": ">=16.11.0",
    "react-native": ">=0.61.3"
  },
  "files": [
    "dist",
    "readme.md",
    "package.json"
  ],
  "author": "Anton Kalinin",
  "contributors": [
    "Sergey Serov"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SergoMorello/react-native-images-viewer/issues"
  },
  "homepage": "https://github.com/SergoMorello/react-native-images-viewer#readme",
  "devDependencies": {
    "@babel/runtime": "7.7.4",
    "@types/react": "^18.2.0",
    "@types/react-native": "^0.72.6",
    "react": "^18.2.0",
    "react-native": "^0.72.6",
    "typescript": "^5.5.2"
  }
}
