{ "name": "@push.rocks/smartpdf", "version": "3.1.7", "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/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.84", "@git.zone/tsdoc": "^1.3.12", "@git.zone/tsrun": "^1.2.49", "@git.zone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.3.0", "@types/node": "^22.7.4" }, "dependencies": { "@push.rocks/smartbuffer": "^3.0.4", "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartfile": "^11.0.21", "@push.rocks/smartnetwork": "^3.0.0", "@push.rocks/smartpath": "^5.0.18", "@push.rocks/smartpromise": "^4.0.4", "@push.rocks/smartpuppeteer": "^2.0.2", "@push.rocks/smartunique": "^3.0.9", "@tsclass/tsclass": "^4.1.2", "@types/express": "^4.17.21", "express": "^4.21.0", "pdf-lib": "^1.17.1", "pdf2json": "3.0.5", "pdf2pic": "^3.1.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "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" } }