{
  "name": "react-native-pdftron",
  "title": "React Native Pdftron",
  "version": "3.0.2-beta.57",
  "description": "React Native Pdftron",
  "main": "./lib/index.js",
  "typings": "index.ts",
  "scripts": {
    "copy-to-repo": "cd scripts && python3 fileCopy.py toRepo && cd ..",
    "copy-to-node-modules": "cd scripts && python3 fileCopy.py toModule && cd ..",
    "start": "tsc",
    "postinstall": "python3 scripts/newPodspecMessage.py",
    "prestart" : "python3 scripts/newPodspecMessage.py"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PDFTron/pdftron-react-native.git",
    "baseUrl": "https://github.com/PDFTron/pdftron-react-native"
  },
  "homepage": "https://www.pdftron.com/documentation/mobile/#frameworks",
  "keywords": [
    "react-native",
    "PDFTron",
    "pdf",
    "office"
  ],
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "prop-types": "*"
  },
  "devDependencies": {
    "react": "*",
    "@types/react": "*",
    "@types/react-native": "*",
    "typescript": "*"
  }
}
