UNPKG

n8n-nodes-gotenberg-simple

Version:

A simple and efficient n8n community node for Gotenberg PDF conversion. Convert URLs and HTML to PDF with customizable page sizes, margins, and print options.

70 lines (68 loc) 1.97 kB
{ "name": "n8n-nodes-gotenberg-simple", "version": "0.7.0", "description": "A simple and efficient n8n community node for Gotenberg PDF conversion. Convert URLs and HTML to PDF with customizable page sizes, margins, and print options.", "keywords": [ "n8n-community-node-package", "gotenberg", "pdf", "conversion", "html-to-pdf", "url-to-pdf", "chromium", "document-conversion" ], "license": "MIT", "homepage": "https://github.com/minutare/n8n-nodes-gotenberg-simple", "author": { "name": "minutare", "email": "minutare@example.com" }, "repository": { "type": "git", "url": "git+https://github.com/minutare/n8n-nodes-gotenberg-simple.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/ExampleCredentialsApi.credentials.js", "dist/credentials/HttpBinApi.credentials.js", "dist/credentials/GotenbergApi.credentials.js" ], "nodes": [ "dist/nodes/ExampleNode/ExampleNode.node.js", "dist/nodes/HttpBin/HttpBin.node.js", "dist/nodes/GotenbergSimplePdf/GotenbergSimplePdf.node.js" ] }, "dependencies": { "form-data": "^4.0.0" }, "devDependencies": { "@types/node": "^24.3.0", "@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": "*" } }