n8n-nodes-pdforge
Version:
Pdforge Automate PDF Generation in minutes using AI.Create custom PDF templates in seconds using our AI Agents, fine tune the design with our no-code builder and automate the PDF delivery with our native pdforge node inside n8n. No code or design experien
59 lines (58 loc) • 1.84 kB
JSON
{
"name": "n8n-nodes-pdforge",
"version": "2.0.0",
"description": "Pdforge Automate PDF Generation in minutes using AI.Create custom PDF templates in seconds using our AI Agents, fine tune the design with our no-code builder and automate the PDF delivery with our native pdforge node inside n8n. No code or design experience needed.",
"keywords": [
"n8n-community-node-package",
"pdforge",
"pdf",
"pdf-generation-api",
"pdf-builder",
"pdf-api"
],
"license": "MIT",
"homepage": "https://pdforge.com",
"author": {
"name": "pdforge",
"email": "support@pdforge.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pdforge/n8n-nodes-pdforge.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/PdforgeApi.credentials.js"
],
"nodes": [
"dist/nodes/Pdforge/Pdforge.node.js"
]
},
"devDependencies": {
"@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": "*"
}
}