{
    "name": "n8n-nodes-htmlcsstopdf",
    "version": "3.2.5",
    "description": "n8n community node to convert HTML and CSS to PDF using PdfMunk API - perfect for invoices, reports, certificates, and document generation",
    "keywords": [
        "n8n-community-node-package",
        "html-to-pdf",
        "css-to-pdf",
        "pdf-generation",
        "document-generation",
        "invoice-generation",
        "report-generation",
        "certificate-generation",
        "pdfmunk",
        "html-pdf-converter",
        "pdf-creator",
        "document-automation",
        "workflow-automation",
        "pdf-api",
        "html-css-pdf",
        "automated-documents",
        "pdf-from-html",
        "business-documents",
        "dynamic-pdf",
        "pdf-reports",
        "split-pdf",
        "merge-pdf",
        "pdf-integration",
        "pdf-parser",
        "pdfparse",
        "compresspdf",
        "compress-pdf",
        "lockpdf",
        "unlockpdf"
    ],
    "license": "MIT",
    "homepage": "https://github.com/PdfMunk/n8n-nodes-htmltopdf#readme",
    "author": {
        "name": "Rishabh Dugar",
        "email": "rishabh.dugar.com@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/PdfMunk/n8n-nodes-htmltopdf.git"
    },
    "engines": {
        "node": ">=20.15"
    },
    "main": "index.js",
    "scripts": {
        "build": "npx rimraf dist && tsc && gulp build:icons",
        "dev": "tsc --watch",
        "format": "prettier nodes credentials --write",
        "lint": "eslint nodes credentials package.json",
        "lintfix": "eslint nodes credentials package.json --fix",
        "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/HtmlcsstopdfApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/HtmlCsstopdf/Htmlcsstopdf.node.js"
        ]
    },
    "devDependencies": {
        "@types/node": "^24.10.4",
        "@typescript-eslint/parser": "~8.32.0",
        "eslint": "^8.57.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.3",
        "gulp": "^5.0.0",
        "prettier": "^3.5.3",
        "typescript": "^5.8.2"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    }
}
