UNPKG

react-native-view-pdf

Version:
69 lines (68 loc) 2.11 kB
{ "name": "react-native-view-pdf", "version": "0.14.0", "description": "React native Pdf viewer implementation", "main": "lib/index.js", "scripts": { "prepare": "npm run build", "prepack": "npm run build", "build": "./node_modules/.bin/tsc", "test": "jest", "test-coverage": "jest --coverage", "test-coverage-report": "codecov", "lint": "eslint --ext .js --ext .ts --ext .tsx ./src/", "check-types": "./node_modules/.bin/tsc --noEmit" }, "keywords": [ "react-native react-component pdf viewer view android ios pdf" ], "author": "Maksym Rusynyk <m.rusynyk@gmail.com>, Sander Frenken <sander.frenken@hotmail.com>", "license": "MIT", "peerDependencies": { "react": ">=16.8.6", "react-native": ">=0.60" }, "devDependencies": { "@types/formidable": "^1.2.2", "@types/jest": "^28.1.6", "@types/pixelmatch": "^5.2.3", "@types/pngjs": "^6.0.0", "@types/react-native": "^0.64.6", "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "codecov": "^3.0.0", "eslint": "^7.27.0", "eslint-config-airbnb": "^18.2.1", "eslint-plugin-import": "^2.23.3", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^28.1.3", "react": "17.0.1", "react-native": "0.64.1", "react-test-renderer": "17.0.1", "ts-jest": "^28.0.6", "typescript": "^4.2.4" }, "files": [ "src/index.tsx", "src/RNPDFView.tsx", "lib", "android/build.gradle", "android/src/main/AndroidManifest.xml", "android/src/main/java/com/rumax/reactnative/pdfviewer/*.java", "RNPDF.podspec", "ReactNativeViewPDF.xcodeproj/project.pbxproj", "ReactNativeViewPDF/*.h", "ReactNativeViewPDF/*.m" ], "dependencies": {}, "repository": { "type": "git", "url": "git+ssh://git@github.com/rumax/react-native-PDFView.git" }, "bugs": { "url": "https://github.com/rumax/react-native-PDFView/issues" }, "homepage": "https://github.com/rumax/react-native-PDFView#readme" }