{
  "name": "pdf-parser-client-side",
  "version": "1.1.1",
  "description": "A lightweight easy to use package to parse text from PDF files on client side without any server dependency.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VishwaGauravIn/pdf-parser-client-side.git"
  },
  "keywords": [
    "pdf",
    "parser",
    "to",
    "text",
    "client",
    "side",
    "react",
    "reader"
  ],
  "author": "VishwaGauravIn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VishwaGauravIn/pdf-parser-client-side/issues"
  },
  "homepage": "https://github.com/VishwaGauravIn/pdf-parser-client-side#readme",
  "dependencies": {
    "pdfjs-dist": "^3.11.174",
    "react-pdf": "^7.5.0"
  }
}
