{
  "name": "react-pdftotext",
  "version": "1.2.0",
  "description": "A simple light weight react package to extract plain text from a pdf file.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel index.js -o dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Utkarsh212/react-pdftotext.git"
  },
  "keywords": [
    "react-pdf",
    "pdftotext",
    "pdf",
    "text",
    "react",
    "pdf2text",
    "pdfjs",
    "pdf-to-text"
  ],
  "author": "Utkarsh Pancholi",
  "license": "ISC",
  "dependencies": {
    "react-pdf": "^7.7.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.24.1",
    "@babel/core": "^7.24.4",
    "@babel/preset-env": "^7.24.4"
  }
}
