{
  "name": "@coolsoftwaretyler/cool-pdf",
  "version": "0.1.10",
  "description": "PDF View Component for Expo",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "cool-pdf",
    "CoolPdf",
    "pdf",
    "pdf-viewer",
    "pdf-renderer",
    "pdf-viewer-expo",
    "react-native-pdf"
  ],
  "repository": "https://github.com/coolsoftwaretyler/cool-pdf",
  "bugs": {
    "url": "https://github.com/coolsoftwaretyler/cool-pdf/issues"
  },
  "author": "Tyler Williams <tyler@coolsoftware.dev> (coolsoftwaretyler)",
  "license": "MIT",
  "homepage": "https://github.com/coolsoftwaretyler/cool-pdf#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~19.1.0",
    "expo-module-scripts": "^5.0.7",
    "expo": "^54.0.12",
    "react-native": "0.81.4"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
