{
  "name": "react-tesseract",
  "version": "1.0.2",
  "description": "A lightweight React hook for seamless integration of Tesseract.js OCR capabilities.",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "rollup -c"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m-maaz-azhar/react-tesseract.git"
  },
  "keywords": [
    "react-tesseract",
    "tesseract-react-ocr",
    "react-ocr",
    "react-tesseract-wrapper",
    "image-to-text",
    "react-image-to-text"
  ],
  "author": "M Maaz Azhar",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/m-maaz-azhar/react-tesseract/issues"
  },
  "homepage": "https://github.com/m-maaz-azhar/react-tesseract#readme",
  "dependencies": {
    "tesseract.js": "^5.1.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.9",
    "@babel/preset-env": "^7.24.8",
    "@babel/preset-react": "^7.24.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "rollup": "^4.19.0"
  },
  "files": [
    "dist",
    "README.md"
  ]
}
