{
  "name": "@unionpdf/react",
  "version": "0.34.0",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "description": "core components of unionpdf",
  "source": "./src/index.ts",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    "import": "./dist/esm/index.js",
    "require": "./dist/cjs/index.js"
  },
  "scripts": {
    "doc": "typedoc ./src/index.ts",
    "typecheck": "tsc --noEmit",
    "start": "parcel --no-cache ./demo/index.html",
    "build": "parcel build",
    "postbuild": "cpy ./dist/types/* ./dist/cjs --flat && cpy ./dist/types/* ./dist/esm --flat",
    "clean": "rm -rf dist .parcel-cache",
    "purge": "rm -rf dist .parcel-cache node_modules",
    "test": "jest",
    "e2e": "playwright test"
  },
  "files": [
    "dist/cjs",
    "dist/esm",
    "dist/types"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jichang/unionpdf.git"
  },
  "keywords": [
    "PDF",
    "Viewer",
    "React",
    "Editor",
    "Pdfium"
  ],
  "author": "Ji Chang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jichang/unionpdf/issues"
  },
  "homepage": "https://github.com/jichang/unionpdf#readme",
  "devDependencies": {
    "@playwright/test": "^1.50.1",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.1",
    "@types/react": "^19.0.8",
    "@types/react-dom": "^19.0.3",
    "@unionpdf/engines": "0.34.0",
    "@unionpdf/pdfium": "0.34.0",
    "cpy-cli": "^5.0.0",
    "jest": "^29.7.0",
    "jest-canvas-mock": "^2.5.2",
    "jest-css-modules-transform": "^4.4.2",
    "jest-environment-jsdom": "^29.7.0",
    "node-fetch": "^3.3.2",
    "parcel": "2.13.3",
    "playwright": "^1.50.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@types/classnames": "^2.3.4",
    "@unionpdf/models": "0.34.0",
    "classnames": "^2.5.1"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "overrides": {
    "lmdb": "2.6.0"
  }
}
