Files
Schnappix/node_modules/expo-media-library/package.json
T

59 lines
1.4 KiB
JSON

{
"name": "expo-media-library",
"version": "18.2.1",
"description": "Provides access to user's media library.",
"main": "build/MediaLibrary.js",
"types": "build/MediaLibrary.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"
},
"keywords": [
"react-native",
"expo",
"media",
"library",
"cameraroll",
"photos",
"videos"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-media-library"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/media-library/",
"jest": {
"preset": "expo-module-scripts"
},
"devDependencies": {
"expo-module-scripts": "^5.0.8"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"codegenConfig": {
"name": "expo-media-library",
"type": "modules",
"jsSrcsDir": "./src",
"ios": {
"modulesConformingToProtocol": {
"RCTImageURLLoader": "MediaLibraryImageLoader"
}
}
},
"gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3"
}