{
  "name": "tesseract-with-html5-camera",
  "version": "0.1.7",
  "private": false,
  "babel": {
    "presets": [
      "@babel/preset-react"
    ]
  },
  "dependencies": {
    "prop-types": "^15.7.2",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "react-html5-camera-photo": "^1.5.4",
    "react-scripts": "3.2.0",
    "tesseract.js": "^2.0.0-beta.1"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "publish:npm": "rm -rf dist && mkdir dist && babel src -d dist --copy-files"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/PayalBhalerao/tesseract-with-html5-camera"
  },
  "author": "Payal Bhalerao <payal13.bhalerao@gmail.com> (https://github.com/PayalBhalerao)",
  "keywords": [
    "react",
    "reactjs",
    "html5",
    "camera",
    "photo",
    "tesseract",
    "text",
    "recognition",
    "component"
  ],
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/preset-react": "^7.8.3"
  },
  "license": "MIT"
}
