{
  "name": "pdf-img-convert-fonts-fix",
  "version": "1.2.1-pmtool",
  "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.10.2",
    "is-url": "^1.2.4",
    "node-fetch": "^2.6.7",
    "pdfjs-dist": "^2.14.305"
  },
  "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"
  ],
  "author": "Stepan Yudin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ol-th/pdf-img-convert.js/issues"
  },
  "homepage": "https://github.com/ol-th/pdf-img-convert.js#readme"
}
