{
  "name": "pdf-images",
  "version": "1.3.3",
  "description": "The pf-images library aims to simplify pdf-conversion by using poppler / pdfImages & imageMagick to convert pdfs to images.",
  "main": "build/index.js",
  "scripts": {
    "start": "node build/index.js",
    "prepublishOnly": "npm run compile",
    "compile": "tsc -p tsconfig.json",
    "build": "npm run compile && npm run start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kartik1998/pdf-images.git"
  },
  "keywords": [
    "pdf-images",
    "pdf",
    "image",
    "conversion",
    "pdf2img",
    "pdf2images"
  ],
  "author": "Kartik Rawat",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kartik1998/pdf-images/issues"
  },
  "homepage": "https://github.com/kartik1998/pdf-images#readme",
  "devDependencies": {
    "@types/node": "^15.0.1"
  }
}
