{
  "name": "@push.rocks/smartpdf",
  "version": "4.2.2",
  "private": false,
  "description": "A library for creating PDFs dynamically from HTML or websites with additional features like merging PDFs.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "author": "Lossless GmbH",
  "license": "MIT",
  "scripts": {
    "test": "(tstest test/ --verbose --timeout 120)",
    "build": "(tsbuild tsfolders)",
    "buildDocs": "tsdoc"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.0",
    "@git.zone/tsdoc": "^1.12.0",
    "@git.zone/tsrun": "^2.0.2",
    "@git.zone/tstest": "^3.6.3",
    "@types/lodash.clonedeep": "^4.5.9",
    "@types/node": "^25.6.0",
    "@types/pngjs": "^6.0.5"
  },
  "dependencies": {
    "@push.rocks/smartbuffer": "^3.0.5",
    "@push.rocks/smartdelay": "^3.0.5",
    "@push.rocks/smartfs": "^1.5.1",
    "@push.rocks/smartjimp": "^1.2.0",
    "@push.rocks/smartnetwork": "^4.7.1",
    "@push.rocks/smartpath": "^6.0.0",
    "@push.rocks/smartpromise": "^4.2.3",
    "@push.rocks/smartpuppeteer": "^2.0.5",
    "@push.rocks/smartserve": "^2.0.4",
    "@push.rocks/smartunique": "^3.0.9",
    "@tsclass/tsclass": "^9.5.1",
    "pdf-lib": "^1.17.1",
    "pdf2json": "^4.0.3"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "license",
    "npmextra.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "keywords": [
    "PDF generation",
    "HTML to PDF",
    "website to PDF",
    "PDF manipulation",
    "puppeteer",
    "express",
    "node.js",
    "typescript",
    "automation",
    "PDF merging",
    "text extraction",
    "PDF management"
  ],
  "homepage": "https://code.foss.global/push.rocks/smartpdf",
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/push.rocks/smartpdf.git"
  },
  "packageManager": "pnpm@10.28.2"
}
