UNPKG

1.23 kBJSONView Raw
1{
2 "name": "expo-media-library",
3 "version": "14.0.1",
4 "description": "Provides access to user's media library.",
5 "main": "build/MediaLibrary.js",
6 "types": "build/MediaLibrary.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "media",
21 "library",
22 "cameraroll",
23 "photos",
24 "videos"
25 ],
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/expo/expo.git",
29 "directory": "packages/expo-media-library"
30 },
31 "bugs": {
32 "url": "https://github.com/expo/expo/issues"
33 },
34 "author": "650 Industries, Inc.",
35 "license": "MIT",
36 "homepage": "https://docs.expo.dev/versions/latest/sdk/media-library/",
37 "jest": {
38 "preset": "expo-module-scripts"
39 },
40 "dependencies": {
41 "@expo/config-plugins": "^4.0.2"
42 },
43 "devDependencies": {
44 "expo-module-scripts": "^2.0.0"
45 },
46 "peerDependencies": {
47 "expo": "*"
48 },
49 "gitHead": "ba24eba18bf4f4d4b0d54828992d81a2bb18246a"
50}