{
    "name": "n8n-nodes-usebouncer",
    "version": "1.0.3",
    "description": "Bouncer E-Mail verification custom node for n8n",
    "keywords": [
        "n8n-community-node-package",
        "email",
        "email verification",
        "email validator",
        "email validation",
        "email checker",
        "bounce",
        "bounce rate",
        "bouncer",
        "usebouncer",
        "deliverability",
        "list cleaning",
        "bulk email verification",
        "api",
        "saas",
        "marketing automation"
    ],
    "license": "MIT",
    "homepage": "https://github.com/hansdoebel/n8n-nodes-bouncer#readme",
    "author": {
        "name": "Hans Doebel",
        "email": "hansdev@mailbox.org"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/hansdoebel/n8n-nodes-bouncer.git"
    },
    "bugs": {
        "url": "https://github.com/hansdoebel/n8n-nodes-bouncer/issues"
    },
    "scripts": {
        "build": "n8n-node build",
        "build:watch": "tsc --watch",
        "dev": "n8n-node dev",
        "lint": "n8n-node lint",
        "lint:fix": "n8n-node lint --fix",
        "release": "n8n-node release"
    },
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist"
    ],
    "funding": {
        "type": "buymeacoffee",
        "url": "https://buymeacoffee.com/hansdoebel"
    },
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/BouncerApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/Bouncer/Bouncer.node.js"
        ]
    },
    "devDependencies": {
        "@n8n/node-cli": "*",
        "eslint": "9.32.0",
        "prettier": "3.6.2",
        "release-it": "^19.0.4",
        "typescript": "5.9.2"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    }
}
