{
  "name": "pdf-creator-node",
  "version": "2.5.0",
  "description": "node pdf creator",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "docs:preview": "npx --yes serve docs -l 8080",
    "test": "tsx --test test/*.test.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hajareshyam/pdf-creator-node.git"
  },
  "bugs": {
    "url": "https://github.com/hajareshyam/pdf-creator-node/issues"
  },
  "homepage": "https://hajareshyam.github.io/pdf-creator-node/",
  "keywords": [
    "pdf",
    "pdf-generator",
    "html2pdf",
    "html-to-pdf",
    "handlebars",
    "html-pdf",
    "nodejs",
    "express",
    "report",
    "Shyam Hajare"
  ],
  "author": "Shyam Hajare",
  "license": "MIT",
  "dependencies": {
    "handlebars": "^4.7.7",
    "html-pdf": "^3.0.1"
  },
  "devDependencies": {
    "@types/html-pdf": "^3.0.3",
    "@types/node": "^22.13.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3"
  }
}
