{
  "name": "react-native-expo-image-cache",
  "version": "4.1.0",
  "description": "React Native Image Cache and Progressive Loading based on Expo",
  "main": "dist/module/index.js",
  "react-native": "dist/module/index.js",
  "types": "dist/typescript/index.d.ts",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "prepare": "bob build",
    "tsc": "tsc --noEmit",
    "lint": "eslint src/**/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wcandillon/react-native-expo-image-cache.git"
  },
  "author": "William Candillon <wcandillon@gmail.com>",
  "license": "MIT",
  "keywords": [
    "react",
    "image",
    "cache"
  ],
  "bugs": {
    "url": "https://github.com/wcandillon/react-native-expo-image-cache/issues"
  },
  "homepage": "https://github.com/wcandillon/react-native-expo-image-cache#readme",
  "devDependencies": {
    "@react-native-community/bob": "^0.4.1",
    "@types/crypto-js": "^3.1.43",
    "@types/lodash": "^4.14.134",
    "@types/react": "^16.8.20",
    "@types/react-native": "^0.57.63",
    "eslint": "^5.16.0",
    "eslint-config-react-native-wcandillon": "^1.2.2",
    "expo-blur": "^6.0.0",
    "expo-file-system": "^5.0.1"
  },
  "dependencies": {
    "crypto-js": "^3.1.9-1",
    "lodash": "^4.17.4"
  },
  "peerDependencies": {
    "expo-blur": "*",
    "expo-file-system": "*",
    "react": "*",
    "react-native": "*"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      "module",
      "typescript"
    ]
  }
}
