{
  "name": "n8n-nodes-carbone",
  "version": "2.0.0",
  "description": "n8n node for Carbone.io services - template management and document generation. Easily integrate the generation of PDF, DOCX, XLS, XLSX, ODT, PPTX, ODS, CSV and XML reports and documents into your applications, using data from your existing JSON APIs. The easy-to-implement template concept frees you from design constraints, with a No/Low code approach.",
  "keywords": [
    "n8n-community-node-package",
    "document-automation",
    "pdf-generation",
    "docx-generation",
    "odt-generation",
    "report-generation",
    "template-engine",
    "document-templates",
    "dynamic-documents",
    "automated-documents",
    "nocode-document-automation",
    "lowcode-document-automation",
    "generate-pdf-from-template",
    "generate-docx-from-template",
    "generate-xlsx-from-template",
    "generate-pptx-from-template",
    "fill-pdf-templates",
    "fill-docx-templates",
    "fill-odt-templates",
    "automate-document-creation",
    "bulk-document-generation",
    "document-conversion",
    "html-to-pdf",
    "office-to-pdf",
    "convert-docx-to-pdf",
    "convert-xlsx-to-pdf",
    "convert-pptx-to-pdf",
    "convert-html-to-pdf",
    "convert-office-to-pdf"
  ],
  "license": "MIT",
  "homepage": "https://github.com/carboneio/n8n-nodes-carbone",
  "author": {
    "name": "Carbone.io",
    "email": "contact@carbone.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/carboneio/n8n-nodes-carbone"
  },
  "engines": {
    "node": ">=20.15"
  },
  "main": "index.js",
  "scripts": {
    "build": "n8n-node build",
    "dev": "n8n-node dev",
    "format": "prettier nodes credentials --write",
    "lint": "n8n-node lint",
    "lintfix": "n8n-node lint --fix",
    "prepublishOnly": "n8n-node prerelease",
    "release": "n8n-node release"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/CarboneApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Carbone/Carbone.node.js"
    ],
    "strict": true
  },
  "devDependencies": {
    "@n8n/node-cli": "^0.22.0",
    "eslint": "^9.39.2",
    "eslint-plugin-n8n-nodes-base": "^1.16.6",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
