expo-image
Version:
A cross-platform, performant image component for React Native and Expo with Web support
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "expo-image",
"title": "Expo Image",
"version": "1.12.15",
"description": "A cross-platform, performant image component for React Native and Expo with Web support",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"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": "^3.0.0"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "1ecc6455f292a290c67dc28c39157c29eb0df38e"
}