{
  "name": "n8n-nodes-json-html-to-pdf",
  "version": "0.1.1",
  "description": "Professional n8n node to convert JSON data or HTML content to PDF documents with Handlebars template support",
  "keywords": [
    "n8n",
    "n8n-node",
    "n8n-community-node-package",
    "pdf",
    "html-to-pdf",
    "json-to-pdf",
    "document-generation",
    "puppeteer",
    "handlebars",
    "automation",
    "workflow",
    "invoice",
    "report"
  ],
  "license": "MIT",
  "homepage": "https://github.com/rhodexpert/n8n-nodes-json-html-to-pdf",
  "author": {
    "name": "Rodrigo Vieira da Costa",
    "email": "rhod@rhod.expert",
    "url": "https://rhod.expert"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rhodexpert/n8n-nodes-json-html-to-pdf.git"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "eslint nodes --ext .ts || true",
    "lintfix": "eslint nodes credentials --ext .ts --fix",
    "prepublishOnly": "npm run build && npm run lint"
  },
  "files": [
    "dist",
    "templates",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [],
    "nodes": [
      "dist/nodes/JsonHtmlToPdf/JsonHtmlToPdf.node.js"
    ]
  },
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^5.59.8",
    "@typescript-eslint/parser": "^5.59.8",
    "eslint": "^8.57.1",
    "eslint-plugin-n8n-nodes-base": "^1.12.0",
    "gulp": "^4.0.2",
    "n8n-core": "^1.0.0",
    "n8n-workflow": "^1.0.0",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "handlebars": "^4.7.8",
    "puppeteer": "^21.5.0"
  },
  "peerDependencies": {
    "n8n-workflow": "^1.0.0"
  }
}
