{
  "name": "eml-to-pdf",
  "version": "2.1.2",
  "description": "Convert EML files to PDF, save attachments, rename EML files",
  "main": "index.js",
  "type": "module",
  "dependencies": {
    "dateformat": "^5.0.3",
    "envelope": "^2.1.0",
    "handlebars": "^4.7.8",
    "html-entities": "^2.5.2",
    "html-pdf": "^3.0.1",
    "npm-cid": "^0.1.4",
    "path": "^0.12.7",
    "sanitize-filename": "^1.6.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BramEsposito/eml-to-pdf.git"
  },
  "keywords": [
    "email",
    "pdf"
  ],
  "author": "Bram Esposito",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/BramEsposito/eml-to-pdf/issues"
  },
  "homepage": "https://github.com/BramEsposito/eml-to-pdf#readme",
  "devDependencies": {
    "@eslint/js": "^9.5.0",
    "eslint": "^9.5.0",
    "globals": "^15.6.0"
  }
}
