{
  "name": "pdf-img-convert",
  "version": "2.0.0",
  "description": "A simple module to convert PDF files into image buffers (without filesystem usage)",
  "main": "pdf-img-convert.js",
  "types": "pdf-img-convert.d.ts",
  "dependencies": {
    "canvas": "^2.11.2",
    "is-url": "^1.2.4",
    "node-fetch": "^3.3.2",
    "pdfjs-dist": "^4.6.82"
  },
  "files": [
    "pdf-img-convert.d.ts",
    "pdf-img-convert.js"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ol-th/pdf-img-convert.js.git"
  },
  "keywords": [
    "pdf",
    "img",
    "image",
    "png",
    "convert",
    "module",
    "es6",
    "esm"
  ],
  "author": "Oliver Thwaites",
  "license": "MIT",
  "contributors": [
    {
      "name": "Samm waturu",
      "email": "velop.acc@gmail.com"
    }
  ],
  "bugs": {
    "url": "https://github.com/ol-th/pdf-img-convert.js/issues"
  },
  "homepage": "https://github.com/ol-th/pdf-img-convert.js#readme",
  "directories": {
    "example": "examples"
  }
}
