@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.
108 lines (107 loc) • 2.51 kB
JSON
{
"name": "@compdfkit_pdf_sdk/react_native",
"version": "2.3.0",
"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": "./src/index.tsx",
"source": "src/index",
"files": [
"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__",
"!**/.*"
],
"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",
"prepare": "bob build",
"release": "yarn prepare && release-it"
},
"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": {
"@types/react": "*",
"@types/react-native": "*",
"react": "*",
"react-native-builder-bob": "^0.20.4",
"typescript": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"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/"
],
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"dependencies": {
"deprecated-react-native-prop-types": "*"
}
}