@react-native-documents/picker
Version:
A react native interface to access documents from dropbox, google drive, iCloud...
91 lines (90 loc) • 2.07 kB
JSON
{
"name": "@react-native-documents/picker",
"version": "10.1.5",
"description": "A react native interface to access documents from dropbox, google drive, iCloud...",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"windows",
"cpp",
"LICENSE.md",
"react-native-document-picker.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"jest/build"
],
"scripts": {
"build:mock": "tsc --build jest",
"prepare": "bob build && yarn build:mock"
},
"codegenConfig": {
"name": "rndocumentpickerCGen",
"type": "modules",
"jsSrcsDir": "src/spec",
"android": {
"javaPackageName": "com.reactnativedocumentpicker"
}
},
"keywords": [
"react-native",
"document",
"picker",
"uidocumentmenuviewcontroller",
"dropbox",
"google-drive",
"icloud"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-documents/document-picker.git"
},
"author": "Vojtech Novak (hello@react-native-training.eu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-documents/document-picker/issues"
},
"homepage": "https://github.com/react-native-documents/document-picker#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"react-native-builder-bob": "^0.36.0",
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/lib/"
]
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
}
}