{
  "name": "create-pdf",
  "version": "1.0.17",
  "description": "this module will create the pdf from id",
  "main": "index.js",
  "type": "module",
  "module": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "create",
    "pdf",
    "from",
    "id"
  ],
  "author": "abhinav nehra",
  "license": "MIT",
  "dependencies": {
    "html2canvas": "1.0.0-rc.5",
    "jspdf": "1.5.3"
  },
  "homepage": "https://github.com/abhinavNehra/create-pdf"
}
