{
  "name": "aws-wkhtmltopdf",
  "version": "0.1.2",
  "description": "IDEA's wrapper for wkhtmltopdf to work in AWS lambda",
  "engines": {
    "node": ">=6.0.0"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "./build.sh",
    "publishPackage": "./build.sh && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uatisdeproblem/aws-wkhtmltopdf.git"
  },
  "keywords": [
    "idea",
    "aws",
    "lambda",
    "pdf",
    "wkhtmltopdf",
    "html",
    "html2pdf",
    "htmlToPdf"
  ],
  "author": "ITER IDEA <info@iter-idea.com> (https://iter-idea.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/uatisdeproblem/aws-wkhtmltopdf/issues"
  },
  "homepage": "https://uatisdeproblem.github.io/aws-wkhtmltopdf",
  "devDependencies": {
    "@types/node": "^10.17.11",
    "aws-sdk": "^2.592.0",
    "tslint": "^5.13.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typedoc": "^0.15.5",
    "typescript": "~3.1.6",
    "typescript-tslint-plugin": "^0.3.1"
  }
}
