{
  "name": "html2pdf-react",
  "author": "puf17640",
  "module": "dist/html2pdf-react.esm.js",
  "version": "0.0.3",
  "description": "A html2pdf wrapper for React",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/puf17640/html2pdf-react.git"
  },
  "bugs": {
    "url": "https://github.com/puf17640/html2pdf-react/issues"
  },
  "homepage": "https://github.com/puf17640/html2pdf-react#readme",
  "keywords": [
    "html2pdf",
    "react",
    "library"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "size-limit": [
    {
      "path": "dist/html2pdf-react.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/html2pdf-react.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^5.0.2",
    "@types/react": "^17.0.16",
    "@types/react-dom": "^17.0.9",
    "husky": "^7.0.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "size-limit": "^5.0.2",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.0",
    "typescript": "^3.9.10"
  },
  "dependencies": {
    "html2pdf.js": "^0.9.3"
  }
}