RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-html-pdf",
    "version": "2025.4.163",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Venture",
        "nodejs": "v22.13.0",
        "opencollective": false,
        "reponame": "html-pdf",
        "build": true
    },
    "license": "MIT",
    "description": "📃 Generates PDF from HTML with custom headers and footers with wkhtmltopdf",
    "main": "src/index.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "grunt",
        "install": "node src/package/install.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/patrikx3/html-pdf.git"
    },
    "keywords": [
        "html",
        "pdf",
        "async",
        "header",
        "custom",
        "footer"
    ],
    "author": "Patrik Laszlo <alabard@gmail.com>",
    "bugs": {
        "url": "https://github.com/patrikx3/html-pdf/issues"
    },
    "homepage": "https://corifeus.com/html-pdf",
    "devDependencies": {
        "corifeus-builder": "^2025.4.128"
    },
    "dependencies": {
        "cheerio": "^1.0.0",
        "corifeus-utils": "^2025.4.120",
        "fs-extra": "^11.3.0",
        "progress": "^2.0.3"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}