{
  "name": "docx2pdf",
  "version": "0.0.4",
  "description": "Converts docx to pdf",
  "main": "src/index.js",
  "typings": "src/docx2pdf.d.ts",
  "keywords": [
    "pdf2word",
    "pdf",
    "word",
    "converter"
  ],
  "author": "junlue <junlue10@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "chrome-aws-lambda": "^10.1.0",
    "mammoth": "^1.5.1",
    "puppeteer-core": "^11.0.0"
  },
  "devDependencies": {
    "puppeteer": "^19.2.0"
  },
  "homepage": "https://github.com/jonfalcon/docx2pdf",
  "repository": {
    "type": "git",
    "url": "https://github.com/jonfalcon/docx2pdf.git"
  }
}
