{
    "name": "n8n-nodes-smartlead-v1-9-0",
    "version": "1.10.0",
    "description": "🚀 SmartLead API v1.10.0 - Complete Email Marketing Automation with Smart Delivery, Webhooks & 40+ Operations - Fixed API Parameters",
    "keywords": [
        "n8n-community-node-package",
        "smartlead",
        "email",
        "marketing",
        "automation",
        "outbound",
        "campaigns",
        "leads",
        "smart-delivery",
        "webhooks",
        "placement-tests"
    ],
    "license": "MIT",
    "author": {
        "name": "Brandon",
        "email": "brandon@example.com"
    },
    "main": "index.js",
    "scripts": {
        "build": "tsc && gulp build:icons",
        "prepublishOnly": "npm run build"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/SmartLeadApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/SmartLead/SmartLead.node.js"
        ]
    },
    "devDependencies": {
        "gulp": "^4.0.2",
        "n8n-workflow": "*",
        "typescript": "^5.0.0"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    }
}