{
    "name": "n8n-nodes-workflow-custom",
    "version": "2.5.7",
    "description": "n8n community nodes: Workflow Reporter with execution details, Smart Document Parser, Approvals with MinIO/S3, and HTML->PDF renderer",
    "license": "MIT",
    "keywords": [
        "n8n-community-node-package",
        "n8n",
        "workflow",
        "automation",
        "reporting",
        "analytics",
        "execution-tracking",
        "workflow-monitoring",
        "document-parser",
        "pdf",
        "html",
        "html-to-pdf",
        "pdf-generation",
        "puppeteer",
        "playwright",
        "render-html",
        "excel",
        "csv",
        "file-parsing",
        "minio",
        "s3",
        "object-storage",
        "file-upload",
        "presigned-urls",
        "approvals",
        "approval"
    ],
    "author": {
        "name": "Casper Pijl",
        "email": "casper@studiowaai.nl"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/djwz2001/custom_nodes.git"
    },
    "homepage": "https://github.com/djwz2001/custom_nodes#readme",
    "bugs": {
        "url": "https://github.com/djwz2001/custom_nodes/issues"
    },
    "main": "dist/index.js",
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/WorkflowReporterApi.credentials.js",
            "dist/credentials/MinioApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/WorkflowReporter/WorkflowReporter.node.js",
            "dist/nodes/SmartDocumentParser/SmartDocumentParser.node.js",
            "dist/nodes/ApprovalNode/ApprovalNode.node.js",
            "dist/nodes/HtmlToPdf/HtmlToPdf.node.js"
        ]
    },
    "scripts": {
        "build": "tsc -p . && npm run copy-icons",
        "copy-icons": "node -e \"require('fs').copyFileSync('nodes/WorkflowReporter/icon.svg', 'dist/nodes/WorkflowReporter/icon.svg')\" && node -e \"require('fs').copyFileSync('nodes/SmartDocumentParser/icon.svg', 'dist/nodes/SmartDocumentParser/icon.svg')\" && node -e \"require('fs').mkdirSync('dist/nodes/ApprovalNode', { recursive: true })\" && node -e \"require('fs').copyFileSync('nodes/ApprovalNode/icon.svg', 'dist/nodes/ApprovalNode/icon.svg')\" && node -e \"require('fs').mkdirSync('dist/nodes/HtmlToPdf', { recursive: true })\" && node -e \"require('fs').copyFileSync('nodes/HtmlToPdf/icon.svg', 'dist/nodes/HtmlToPdf/icon.svg')\" && node -e \"require('fs').writeFileSync('dist/index.js','module.exports = {};' )\"",
        "prepublishOnly": "npm run build"
    },
    "devDependencies": {
        "@types/node": "^18.0.0",
        "copyfiles": "^2.4.1",
        "n8n-workflow": "^1.0.0",
        "typescript": "^5.0.0"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "dependencies": {
        "csv-parse": "^6.1.0",
        "mammoth": "^1.11.0",
        "minio": "^8.0.1",
        "pdf-parse": "^2.4.5",
        "xlsx": "^0.18.5",
        "puppeteer": "^22.0.0",
        "puppeteer-core": "^22.0.0",
        "@sparticuz/chromium": "^131.0.0"
    },
    "publishConfig": {
        "access": "public"
    }
}
