{
  "name": "bangla-pdf-generator-temp",
  "version": "1.0.1",
  "description": "A powerful Node.js utility for generating richly formatted PDF documents in Bangla (Bengali) using custom fonts, tables, images, headers, footers, and multi-column layouts. Ideal for reports, certificates, and form-based documents in Bengali script. Supports Kalpurush and NotoSansBengali fonts out of the box with Puppeteer-based rendering.",
  "main": "index.js",
  "type": "module",
  "files": ["src", "fonts", "index.js", "README.md"],
  "keywords": [
    "bangla",
    "pdf",
    "bengali",
    "puppeteer",
    "report",
    "generator",
    "kalpurush",
    "notosans"
  ],
  "author": "Md. Magfur Alam",
  "license": "MIT",
  "dependencies": {
    "puppeteer": "^21.0.0"
  }
}
