{
  "name": "react-component-export-image",
  "version": "1.0.6",
  "description": "export component as jpeg, png, pdf",
  "main": "dist/index.js",
  "types": "main.d.ts",
  "scripts": {
    "build": "webpack --mode production",
    "build:analyze": "webpack --profile --json > webpack-stats.json && webpack-bundle-analyzer webpack-stats.json ./dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/salman-monetate/react-component-export-image.git"
  },
  "keywords": [
    "react",
    "component",
    "export",
    "png",
    "jpeg",
    "pdf"
  ],
  "author": "Salman Siddiqui",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/salman-monetate/react-component-export-image/issues"
  },
  "homepage": "https://github.com/salman-monetate/react-component-export-image#readme",
  "dependencies": {
    "html2canvas": "^1.0.0-rc.7",
    "jspdf": "^2.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "babel-loader": "^8.0.5",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "webpack": "^4.28.4",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.2.1"
  }
}
