{
  "name": "react-screen-capture",
  "version": "1.1.1",
  "description": "A tiny React library allows you to take a snapshot of the webpage's screen or part of the screen.",
  "author": "Bunlong <bunlong.van@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bunlong/react-screen-capture.git"
  },
  "bugs": {
    "url": "https://github.com/Bunlong/react-screen-capture.git/issues"
  },
  "keywords": [
    "react",
    "reactjs",
    "react-screen-capture",
    "screen-capture",
    "react-screenshot"
  ],
  "homepage": "",
  "main": "dist/react-screen-capture.js",
  "module": "dist/react-screen-capture.es.js",
  "jsnext:main": "dist/react-screen-capture.es.js",
  "types": "dist/react-screen-capture.d.ts",
  "@comment unpkg": "dist/react-screen-capture.umd.js",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "build": "rollup -c",
    "@comment prettier": "prettier --write './src/*.ts' './src/*.tsx' --config ./.prettierrc",
    "prettier": "prettier --write './src/*.ts' --config ./.prettierrc",
    "lint:check": "eslint ./src --ext .tsx,.ts --report-unused-disable-directives",
    "bundlesize": "npm run build && bundlesize",
    "dev": "rollup -c -w",
    "prepare": "npm run build",
    "predeploy": "cd docs && npm install && npm run build",
    "deploy": "gh-pages -d docs/build"
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/preset-env": "^7.15.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@types/jsonp": "^0.2.1",
    "@types/react": "^17.0.19",
    "@types/react-dom": "^17.0.9",
    "@types/react-test-renderer": "^17.0.1",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "@typescript-eslint/parser": "^4.29.3",
    "bundlesize": "^0.18.1",
    "eslint": "^7.32.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest": "^27.1.0",
    "mutationobserver-shim": "^0.3.7",
    "node-sass": "^9.0.0",
    "postcss": "^8.4.24",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "^5.0.1",
    "react-test-renderer": "^17.0.2",
    "rollup": "^2.56.3",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.35.0",
    "ts-jest": "^27.0.5",
    "tslib": "^2.3.1",
    "typescript": "^4.4.2"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "html2canvas": "^1.0.0-rc.7"
  },
  "bundlesize": [
    {
      "path": "./dist/react-screen-capture.es.js",
      "maxSize": "50 kB"
    }
  ],
  "peerDependencies": {
    "react": ">=17.0.2"
  },
  "browser": {
    "fs": false
  }
}
