UNPKG

1.15 kBJSONView Raw
1{
2 "name": "expo-media-library",
3 "version": "5.0.0",
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 "test": "expo-module test",
12 "prepare": "expo-module prepare",
13 "prepublishOnly": "expo-module prepublishOnly",
14 "expo-module": "expo-module"
15 },
16 "keywords": [
17 "react-native",
18 "expo",
19 "media",
20 "library",
21 "cameraroll",
22 "photos",
23 "videos"
24 ],
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/expo/expo.git"
28 },
29 "bugs": {
30 "url": "https://github.com/expo/expo/issues"
31 },
32 "author": "650 Industries, Inc.",
33 "license": "MIT",
34 "homepage": "https://docs.expo.io/versions/latest/sdk/media-library/",
35 "jest": {
36 "preset": "expo-module-scripts"
37 },
38 "unimodulePeerDependencies": {
39 "@unimodules/core": "*",
40 "unimodules-permissions-interface": "*"
41 },
42 "devDependencies": {
43 "expo-module-scripts": "^1.0.0"
44 },
45 "gitHead": "9119d190fbbf9f6a7a9c116e068d240e60e441fc"
46}