UNPKG

@compdfkit_pdf_sdk/react_native

Version:

ComPDFKit for React Native is a comprehensive SDK that allows you to quickly add PDF functionality to Android, iOS, and React Native applications.

126 lines (125 loc) 3.35 kB
{ "name": "@compdfkit_pdf_sdk/react_native", "version": "2.6.10", "description": "ComPDFKit for React Native is a comprehensive SDK that allows you to quickly add PDF functionality to Android, iOS, and React Native applications.", "main": "./lib/commonjs/index.js", "module": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "react-native": "./src/index.tsx", "source": "./src/index.tsx", "exports": { ".": { "types": "./lib/typescript/src/index.d.ts", "react-native": "./src/index.tsx", "import": "./lib/module/index.js", "require": "./lib/commonjs/index.js", "default": "./lib/commonjs/index.js" }, "./package.json": "./package.json" }, "files": [ "app.plugin.js", "plugin", "src", "lib", "android", "ios", "cpp", "API.md", "CHANGELOG.md", "CONFIGURATION.md", "*.podspec", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/CLAUDE.md", "!**/AGENTS.md", "!**/.*" ], "scripts": { "example": "yarn workspace @compdfkit_pdf_sdk/react_native-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", "build": "yarn build:commonjs && yarn build:module && yarn build:types", "build:commonjs": "tsc -p tsconfig.build.commonjs.json", "build:module": "tsc -p tsconfig.build.module.json", "build:types": "tsc -p tsconfig.build.types.json", "prepare": "yarn build", "release": "yarn prepare && release-it", "docs": "typedoc", "docs:md": "typedoc" }, "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 <youna@compdf.com> (https://github.com/ComPDFKit)", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/ComPDFKit/compdfkit-pdf-sdk-react-native/issues" }, "homepage": "https://www.compdf.com/react-native", "devDependencies": { "@react-native/babel-preset": "0.79.2", "@testing-library/react-native": "^12.5.0", "@types/jest": "^29.5.0", "@types/react": "^19.0.10", "del-cli": "^5.1.0", "jest": "^29.7.0", "react": "19.0.0", "react-native": "0.79.2", "react-test-renderer": "19.0.0", "typedoc": "^0.28.14", "typescript": "5.8.3" }, "peerDependencies": { "@expo/config-plugins": ">=7.0.0", "react": "*", "react-native": "*" }, "peerDependenciesMeta": { "@expo/config-plugins": { "optional": true } }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "eslintIgnore": [ "node_modules/", "lib/" ] }