{
  "name": "n8n-nodes-pdf-fill",
  "version": "1.0.9",
  "description": "n8n-Node zum Auslesen und Ausfüllen von PDF-Formularen über die PDF Fill API",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc"
  },
  "dependencies": {
    "form-data": "^4.0.4",
    "n8n-core": "^1.112.1",
    "n8n-workflow": "^1.110.0"
  },
  "devDependencies": {
    "@types/form-data": "^2.5.2",
    "@types/node": "^24.6.1",
    "typescript": "^5.5.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Micha0827/PDFfillNode.git"
  },
  "keywords": [
    "n8n-node",
    "pdf",
    "form",
    "pdf-fill",
    "n8n-community-node-package"
  ],
  "author": "Micha0827",
  "license": "MIT",
  "homepage": "https://github.com/Micha0827/PDFfillNode#readme",
  "private": false,
  "n8n": {
    "nodes": [
      "dist/PDFFill.node.js"
    ]
  }
}
