UNPKG

react-native-document-picker-macos

Version:
99 lines (98 loc) 2.58 kB
{ "name": "react-native-document-picker-macos", "version": "1.0.0", "module": "./lib/module/index.js", "main": "./lib/commonjs/index.js", "types": "./lib/typescript/commonjs/src/index.d.ts", "exports": { ".": { "import": { "types": "./lib/typescript/module/src/index.d.ts", "default": "./lib/module/index.js" }, "require": { "types": "./lib/typescript/commonjs/src/index.d.ts", "default": "./lib/commonjs/index.js" }, "source": "./src/index.ts" }, "./package.json": "./package.json" }, "files": [ "src", "lib", "macos", "*.podspec" ], "workspaces": [ "example" ], "scripts": { "build": "bob build", "prepack": "yarn build", "lint": "eslint \"**/*.{js,ts,tsx}\"", "test": "jest", "typecheck": "tsc --noEmit" }, "devDependencies": { "@react-native-community/eslint-config": "patch:@react-native-community/eslint-config@npm%3A3.2.0#~/.yarn/patches/@react-native-community-eslint-config-npm-3.2.0-d7fa7cb395.patch", "@react-native/babel-preset": "0.78.3", "@types/react": "~19.0.14", "dprint": "^0.50.1", "eslint": "^8.57.1", "react": "19.0.0", "react-native": "0.78.3", "react-native-builder-bob": "~0.40.12", "typescript": "^5.8.3" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-macos": "*" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true } ], [ "commonjs", { "esm": true } ], [ "typescript", { "project": "tsconfig.json" } ] ] }, "codegenConfig": { "name": "RNDocumentPickerSpec", "type": "modules", "jsSrcsDir": "./src/specs" }, "engines": { "node": ">= 22.0.0" }, "packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c", "description": "macOS document picker", "keywords": [ "react-native", "react-native-macos" ], "homepage": "https://github.com/victorhenrion/react-native-document-picker-macos#readme", "bugs": { "url": "https://github.com/victorhenrion/react-native-document-picker-macos/issues" }, "repository": "github:victorhenrion/react-native-document-picker-macos", "license": "MIT", "author": "Victor Henrion <bonjour@victor.id> (https://github.com/victorhenrion)" }