{
  "name": "jspdf-html2canvas",
  "version": "1.5.2",
  "description": "A combine usage with jsPDF and html2canvas, which translating html content to PDF file.",
  "main": "dist/jspdf-html2canvas.min.js",
  "module": "dist/jspdf-html2canvas.min.js",
  "scripts": {
    "prebuild": "rm -rf ./dist",
    "dev": "cross-env NODE_ENV=development webpack --mode development --watch",
    "build": "cross-env NODE_ENV=production webpack --mode production",
    "ci": "yarn install --immutable --immutable-cache --check-cache"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnnywang1994/jsPDF-html2canvas.git"
  },
  "keywords": [
    "npm",
    "jsPDF",
    "html2canvas"
  ],
  "author": "johnnywang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/johnnywang1994/jsPDF-html2canvas/issues"
  },
  "homepage": "https://github.com/johnnywang1994/jsPDF-html2canvas#readme",
  "types": "dist/index.d.ts",
  "dependencies": {
    "html2canvas": "^1.4.1",
    "jspdf": "^2.5.1"
  },
  "devDependencies": {
    "cross-env": "^7.0.2",
    "ts-loader": "^9.4.4",
    "typescript": "^5.2.2",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4"
  }
}
