{
  "name": "react-native-pdftron-free",
  "version": "1.0.5",
  "description": "Free PDFTron React Native wrapper - Modified to work without licensing requirements",
  "main": "FreeIndex.js",
  "typings": "src/index.d.ts",
  "scripts": {
    "start": "echo 'Package is ready to use'",
    "test": "echo 'No tests specified'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/react-native-pdftron-free.git"
  },
  "license": "MIT",
  "homepage": "https://github.com/yourusername/react-native-pdftron-free#readme",
  "keywords": [
    "react-native",
    "pdf",
    "document-viewer",
    "free",
    "no-license",
    "expo-compatible"
  ],
  "readmeFilename": "README.md",
  "dependencies": {
    "react-native-webview": "^13.6.4",
    "expo-document-picker": "^11.10.1",
    "expo-file-system": "^16.0.5"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "expo": "*"
  },
  "devDependencies": {
    "react": "*",
    "@types/react": "*",
    "@types/react-native": "*",
    "@types/prop-types": "*",
    "typescript": "*"
  },
  "files": [
    "FreeIndex.js",
    "ModifiedDocumentView.js",
    "ModifiedRNPdftron.js",
    "FreePDFTronExample.js",
    "FreeDocumentViewer.js",
    "src/**/*",
    "lib/**/*",
    "android/**/*",
    "ios/**/*",
    "*.md",
    "*.ts",
    "*.tsx"
  ],
  "engines": {
    "node": ">=16"
  },
  "author": "CodeNow <codenow2022@gmail.com>",
  "bugs": {
    "url": "https://github.com/codenow2022/react-native-pdftron-free/issues"
  }
}
