UNPKG

expo-cached-image

Version:

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

61 lines 1.68 kB
{ "name": "expo-cached-image", "version": "55.0.0", "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", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.57.1", "eslint-plugin-import": "2.32.0", "eslint-plugin-n": "16.6.2", "eslint-plugin-promise": "6.6.0", "expo": "55.0.5", "expo-file-system": "55.0.10", "jest": "29.7.0", "react": "19.2.0", "react-native": "0.83.3", "ts-standard": "^12.0.2", "typescript": "5.7.2" }, "peerDependencies": { "expo": ">=51.0.0 <56.0.0", "expo-file-system": ">=18.0.0 <56.0.0", "react": ">=16.8.0 <20.0.0", "react-native": ">=0.60.0 <1.0.0" } }