{
  "name": "@fdocs/pdf",
  "version": "1.1.3",
  "description": "A simple light to extract plain text from a pdf file.",
  "author": "ngtuonghy <ngtuonghy@outlook.com",
  "license": "MIT",
  "keywords": [
    "react-pdf",
    "pdftotext",
    "pdf",
    "text",
    "react",
    "pdf2text",
    "pdfjs",
    "pdf-to-text",
    "@fdocs"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ngtuonghy/fdocs"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "exports": {
    "require": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    },
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "pdfjs-dist": "^4.7.76"
  },
  "scripts": {
    "build": "tsc --noEmit && pkgroll"
  }
}