UNPKG

@cityssm/pdf-puppeteer

Version:

Converts URLs and HTML to PDFs using Puppeteer.

83 lines (82 loc) 2.05 kB
{ "name": "@cityssm/pdf-puppeteer", "version": "6.3.0", "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" } ], "type": "module", "exports": { ".": "./index.js", "./debug": "./debug.config.js" }, "scripts": { "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test", "postinstall": "npx --silent puppeteer browsers install || exit 0", "test": "node --test" }, "dependencies": { "@cityssm/paper-sizes": "^1.0.1", "@cityssm/puppeteer-launch": "^4.1.2", "@cityssm/to-millis": "^1.0.1", "debug": "^4.4.1", "exit-hook": "^4.0.0" }, "devDependencies": { "@cityssm/is-pdf": "^2.0.0", "@types/debug": "^4.1.12", "eslint-config-cityssm": "^27.1.0", "prettier-config-cityssm": "^1.0.0" }, "engines": { "node": ">=18.0.0" } }