53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "expo-image",
|
|
"title": "Expo Image",
|
|
"version": "55.0.6",
|
|
"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",
|
|
"build:plugin": "expo-module build plugin",
|
|
"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": {
|
|
"sf-symbols-typescript": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"expo-module-scripts": "^55.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": "*",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-web": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-native-web": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"jest": {
|
|
"preset": "expo-module-scripts"
|
|
},
|
|
"gitHead": "756404b0eb18d441b54c7136b4142349193f554b"
|
|
}
|