{
	"name": "n8n-nodes-thepdfmaker",
	"version": "0.0.2",
	"description": "n8n node for businesses looking to streamline document generation. Create professional invoices, reports, and more from your data sources.",
	"keywords": [
		"n8n-community-node-package",
		"thepdfmaker",
		"pdf",
		"pdf-generator",
		"pdf-maker",
		"pdf-template"
	],
	"license": "MIT",
	"homepage": "https://thepdfmaker.com/",
	"author": {
		"name": "The PDF Maker",
		"email": "support@thepdfmaker.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/PDF-Maker-Automate-Documents/n8n-nodes-thepdfmaker.git"
	},
	"main": "index.js",
	"scripts": {
		"build": "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",
		"dev-link": "tsc && gulp build:icons && npm link && n8n"
	},
	"files": [
		"dist"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"credentials": [
			"dist/credentials/thePDFMakerGeneratePDFApi.credentials.js"
		],
		"nodes": [
			"dist/nodes/ThePDFMaker/ThePDFMakerGeneratePDF.node.js"
		]
	},
	"devDependencies": {
		"@types/express": "^4.17.6",
		"@types/request-promise-native": "~1.0.15",
		"@typescript-eslint/parser": "~5.45",
		"eslint-plugin-n8n-nodes-base": "^1.11.0",
		"gulp": "^4.0.2",
		"n8n-core": "*",
		"n8n-workflow": "*",
		"prettier": "^2.7.1",
		"typescript": "~4.8.4"
	}
}
