{
  "name": "react-native-gallery-preview",
  "version": "2.0.0",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --check \"./src/**/*.{js,jsx,ts,tsx}\" --no-error-on-unmatched-pattern",
    "format:write": "prettier --write \"./src/**/*.{js,jsx,ts,tsx}\" --no-error-on-unmatched-pattern",
    "prepack": "bob build",
    "example": "yarn --cwd example",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "reanimated",
    "photo-viewer",
    "image-viewer",
    "photo-preview",
    "photo-gallery",
    "gallery"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chrizuuu/react-native-gallery-preview.git"
  },
  "author": "Krzysztof Bonecki <krzysztofboneckikontakt@gmail.com> (https://github.com/chrizuuu)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chrizuuu/react-native-gallery-preview/issues"
  },
  "homepage": "https://github.com/chrizuuu/react-native-gallery-preview#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^19.8.1",
    "@react-native/eslint-config": "^0.85.2",
    "@types/react": "~19.2.0",
    "eslint": "^9.30.1",
    "eslint-plugin-prettier": "^5.5.1",
    "prettier": "^3.6.2",
    "react": "19.2.3",
    "react-native": "0.87.1",
    "react-native-builder-bob": "^0.40.12",
    "react-native-gesture-handler": "3.3.0",
    "react-native-reanimated": "4.6.0",
    "react-native-worklets": "0.12.2",
    "release-it": "^19.0.3",
    "typescript": "^5.8.3",
    "@babel/core": "^7.29.7",
    "@react-native/babel-preset": "0.87.1",
    "@react-native/metro-config": "0.87.1",
    "react-native-safe-area-context": "5.10.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "^2.0.0 || ^3.0.0",
    "react-native-reanimated": "^4.0.0",
    "react-native-worklets": ">=0.8.0 <0.13.0",
    "react-native-safe-area-context": "^5.7.0"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "directories": {
    "example": "example",
    "lib": "lib"
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true,
      "preRelease": false
    }
  },
  "engines": {
    "node": "^22.13.0 || ^24.3.0 || >=26.0.0"
  }
}
