{
  "name": "@tallcomponents/unopdf-react",
  "//": "below 'version' is set automatically to the version of unopdf-core, when published from ci",
  "version": "1.2.12",
  "author": "TallComponents <info@tallcomponents.com>",
  "homepage": "https://unopdf.tallcomponents.com",
  "description": "React components to render PDFs to HTML, enter and access data in PDF forms, create and manipulate PDFs",
  "keywords": [
    "unopdf",
    "pdf",
    "pdf-generation",
    "pdf-manipulation",
    "pdf-viewer",
    "pdf-editor",
    "pdf-rendering",
    "pdf-automation",
    "interactive-pdf",
    "pdf-forms",
    "react",
    "pdf-library"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://tallcomponents.com/submit-issue/"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {}
}