UNPKG

expo-image

Version:

A cross-platform, performant image component for React Native and Expo with Web support

50 lines (49 loc) 1.28 kB
{ "name": "expo-image", "title": "Expo Image", "version": "2.4.0", "description": "A cross-platform, performant image component for React Native and Expo with Web support", "main": "src/index.ts", "types": "build/index.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "test:rsc": "jest --config jest-rsc.config.js", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "homepage": "https://docs.expo.dev/versions/latest/sdk/image/", "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-image" }, "keywords": [ "react-native" ], "author": "650 Industries, Inc.", "license": "MIT", "dependencies": {}, "devDependencies": { "expo-module-scripts": "^4.1.9" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*", "react-native-web": "*" }, "peerDependenciesMeta": { "react-native-web": { "optional": true } }, "jest": { "preset": "expo-module-scripts" }, "gitHead": "b69736d615d303c2143e7682b37c93665e1ed3d9" }