react-native-pspdfkit2
Version:
React Native PDF Library by PSPDFKit
33 lines (32 loc) • 776 B
JSON
{
"name": "react-native-pspdfkit2",
"version": "2.2.2",
"description": "React Native PDF Library by PSPDFKit",
"keywords": [
"react native",
"pspdfkit",
"pdf"
],
"homepage": "https://github.com/zhuchuanwu/PSPDFKit",
"bugs": {
"email": "support@pspdfkit.com"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/PSPDFKit/PSPDFKit.git"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"format": "prettier \"{samples/**/*.{md,js},*.{md,js}}\" --write"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-native": "^0.66.3"
},
"dependencies": {},
"devDependencies": {
"prettier": "^2.5.1"
}
}