UNPKG

expo-cached-image

Version:

Super fast cached image component for react-native applications powered by expo

60 lines (59 loc) 1.58 kB
{ "name": "expo-cached-image", "version": "54.0.7", "description": "Super fast cached image component for react-native applications powered by expo", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "build": "tsc", "build:watch": "tsc --watch", "clean": "rm -rf lib", "prepublishOnly": "npm run clean && npm run build", "test": "jest", "lint": "npx ts-standard", "lint:fix": "npx ts-standard --fix" }, "repository": { "type": "git", "url": "git+https://github.com/echowaves/expo-cached-image.git" }, "keywords": [ "expo", "react-native", "image", "cached" ], "author": "echowaves.com", "license": "MIT", "bugs": { "url": "https://github.com/echowaves/expo-cached-image/issues" }, "homepage": "https://github.com/echowaves/expo-cached-image#readme", "devDependencies": { "@babel/core": "^7.28.4", "@babel/preset-env": "^7.28.3", "@babel/preset-typescript": "^7.27.1", "@types/react": "^19.0.0", "@types/react-native": "^0.72.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-n": "16.6.2", "eslint-plugin-promise": "6.6.0", "jest": "29.7.0", "ts-standard": "12.0.2", "typescript": "5.7.2", "react": "19.2.0", "react-native": "0.82.0", "expo": "54.0.13", "expo-file-system": "19.0.0" }, "dependencies": {}, "peerDependencies": { "expo": ">=50.0.0 <55.0.0", "expo-file-system": ">=17.0.0 <20.0.0", "react": ">=16.8.0 <20.0.0", "react-native": ">=0.60.0 <1.0.0" } }