UNPKG

1.27 kBJSONView Raw
1{
2 "name": "expo-document-picker",
3 "version": "9.0.0",
4 "description": "Provides access to the system's UI for selecting documents from the available providers on the user's device.",
5 "main": "build/index.js",
6 "types": "build/index.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 "expo-document-picker",
21 "document-picker"
22 ],
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/expo/expo.git",
26 "directory": "packages/expo-document-picker"
27 },
28 "bugs": {
29 "url": "https://github.com/expo/expo/issues"
30 },
31 "author": "650 Industries, Inc.",
32 "license": "MIT",
33 "homepage": "https://docs.expo.io/versions/latest/sdk/document-picker/",
34 "jest": {
35 "preset": "expo-module-scripts/ios"
36 },
37 "dependencies": {
38 "uuid": "^3.3.2"
39 },
40 "unimodulePeerDependencies": {
41 "@unimodules/core": "*"
42 },
43 "devDependencies": {
44 "expo-module-scripts": "~1.2.0"
45 },
46 "gitHead": "637968155e258465050978c2f37d21320a5795eb"
47}