{
  "name": "react-native-fast-cache",
  "version": "1.0.13",
  "description": "High-performance React Native image caching with SDWebImage and Glide",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "author": "Dariy D. <dariyd.soft@gmail.com",
  "license": "MIT",
  "homepage": "https://github.com/dariyd/react-native-fast-cache/blob/main/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dariyd/react-native-fast-cache.git"
  },
  "bugs": {
    "url": "https://github.com/dariyd/react-native-fast-cache/issues"
  },
  "keywords": [
    "react-native",
    "reactnative",
    "rn",
    "react-native-image",
    "image",
    "image-caching",
    "image-loader",
    "cache",
    "preload",
    "priority",
    "progress",
    "headers",
    "authorization",
    "gif",
    "webp",
    "fast-image",
    "fast-image-alternative",
    "sdwebimage",
    "sdwebimage-downloader",
    "glide",
    "glide-okhttp",
    "fabric",
    "turbo-modules",
    "new-architecture",
    "react-native-library",
    "android",
    "ios",
    "performance"
  ],
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start",
    "test": "jest"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.70.0"
  },
  "dependencies": {},
  "devDependencies": {},
  "engines": {
    "node": ">=20"
  },
  "codegenConfig": {
    "name": "reactnativefastcache",
    "type": "all",
    "jsSrcsDir": "src"
  }
}