UNPKG

@cityssm/pdf-puppeteer

Version:

Converts URLs and HTML to PDFs using Puppeteer.

91 lines (90 loc) 2.08 kB
{ "name": "@cityssm/pdf-puppeteer", "version": "6.4.1", "description": "Converts URLs and HTML to PDFs using Puppeteer.", "keywords": [ "pdf", "puppeteer", "html", "html-to-pdf", "url-to-pdf", "pdf-from-html", "pdf-from-url", "chrome", "firefox", "pdf-generator", "pdf-creator", "pdf-puppeteer", "puppeteer-pdf" ], "homepage": "https://github.com/cityssm/pdf-puppeteer#readme", "bugs": { "url": "https://github.com/cityssm/pdf-puppeteer/issues" }, "repository": { "type": "git", "url": "git+https://github.com/cityssm/pdf-puppeteer.git" }, "license": "MIT", "author": "The Corporation of the City of Sault Ste. Marie", "contributors": [ { "name": "Joe Higgs", "url": "https://github.com/joehiggs" }, { "name": "Christopher Miller", "url": "https://github.com/christophermllr" }, { "name": "Max", "url": "https://github.com/MaxGuitet" }, { "name": "Chris Kacerguis", "url": "https://github.com/chriskacerguis" }, { "name": "Van Huong", "url": "https://github.com/vnnvanhuong" }, { "name": "Tran Chuong", "url": "https://github.com/chuongtrh" } ], "sideEffects": false, "type": "module", "exports": { ".": "./index.js", "./debug": "./debug.config.js" }, "files": [ "debug.config.*", "defaultOptions.*", "index.*", "pageToPdf.*", "postinstall.*" ], "scripts": { "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test", "postinstall": "node ./postinstall.js", "test": "node --test" }, "dependencies": { "@cityssm/paper-sizes": "^1.0.1", "@cityssm/puppeteer-launch": "^7.0.1", "@cityssm/to-millis": "^1.0.1", "debug": "^4.4.3", "exit-hook": "^5.1.0" }, "devDependencies": { "@cityssm/is-pdf": "^2.0.0", "@types/debug": "^4.1.13", "eslint-config-cityssm": "^39.0.0", "prettier-config-cityssm": "^2.1.1" }, "engines": { "node": ">=20.0.0" } }