UNPKG

@cityssm/pdf-puppeteer

Version:

A simple NPM package to convert html to pdf for Node applications by using Puppeteer

80 lines (79 loc) 1.98 kB
{ "name": "@cityssm/pdf-puppeteer", "version": "5.0.0", "description": "A simple NPM package to convert html to pdf for Node applications by using Puppeteer", "type": "module", "exports": { ".": "./index.js", "./debug": "./debug.config.js" }, "engines": { "node": ">=18.0.0" }, "scripts": { "test": "node --test", "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test" }, "repository": { "type": "git", "url": "git+https://github.com/cityssm/pdf-puppeteer.git" }, "keywords": [ "pdf", "puppeteer", "html", "html-to-pdf", "pdf-from-html", "chrome", "firefox", "pdf-generator", "pdf-creator", "pdf-puppeteer", "puppeteer-pdf" ], "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" } ], "author": "The Corporation of the City of Sault Ste. Marie", "license": "MIT", "bugs": { "url": "https://github.com/cityssm/pdf-puppeteer/issues" }, "homepage": "https://github.com/cityssm/pdf-puppeteer#readme", "dependencies": { "@cityssm/paper-sizes": "^1.0.1", "@cityssm/puppeteer-launch": "^4.0.0", "@cityssm/to-millis": "^1.0.0", "debug": "^4.4.0", "exit-hook": "^4.0.0" }, "devDependencies": { "@cityssm/is-pdf": "^2.0.0", "@types/debug": "^4.1.12", "eslint-config-cityssm": "^22.2.2", "prettier-config-cityssm": "^1.0.0" } }