package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "react-native-compdfkit-pdf",
  3. "version": "2.0.1-beta.1",
  4. "description": "ComPDFKit for React Native is a comprehensive SDK that allows you to quickly add PDF functionality to Android and iOS React Native applications.",
  5. "main": "./src/index.tsx",
  6. "source": "src/index",
  7. "scripts": {
  8. "example": "yarn workspace react-native-compdfkit-pdf-example",
  9. "test": "jest",
  10. "typecheck": "tsc --noEmit",
  11. "lint": "eslint \"**/*.{js,ts,tsx}\"",
  12. "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib"
  13. },
  14. "keywords": [
  15. "react-native",
  16. "ios",
  17. "android",
  18. "pdf",
  19. "cross-platform",
  20. "pdf-viewer",
  21. "pdf-document",
  22. "pdf-editor",
  23. "compdfkit"
  24. ],
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/ComPDFKit/compdfkit-pdf-sdk-react-native"
  28. },
  29. "author": "ComPDFKit <youna@compdf.com> (https://github.com/ComPDFKit)",
  30. "license": "SEE LICENSE IN LICENSE",
  31. "bugs": {
  32. "url": "https://www.compdf.com/support"
  33. },
  34. "homepage": "https://www.compdf.com/",
  35. "publishConfig": {
  36. "registry": "https://registry.npmjs.org/"
  37. },
  38. "devDependencies": {
  39. "@types/react": "*",
  40. "@types/react-native": "*",
  41. "react": "*",
  42. "typescript": "*"
  43. },
  44. "peerDependencies": {
  45. "react": "*",
  46. "react-native": "*"
  47. }
  48. }