{ "name": "react-native-compdfkit-pdf", "version": "2.0.1-beta.1", "description": "ComPDFKit for React Native is a comprehensive SDK that allows you to quickly add PDF functionality to Android and iOS React Native applications.", "main": "./src/index.tsx", "source": "src/index", "scripts": { "example": "yarn workspace react-native-compdfkit-pdf-example", "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib" }, "keywords": [ "react-native", "ios", "android", "pdf", "cross-platform", "pdf-viewer", "pdf-document", "pdf-editor", "compdfkit" ], "repository": { "type": "git", "url": "https://github.com/ComPDFKit/compdfkit-pdf-sdk-react-native" }, "author": "ComPDFKit (https://github.com/ComPDFKit)", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://www.compdf.com/support" }, "homepage": "https://www.compdf.com/", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@types/react": "*", "@types/react-native": "*", "react": "*", "typescript": "*" }, "peerDependencies": { "react": "*", "react-native": "*" } }