{
	"name": "n8n-nodes-smartlead-v1-8-0",
	"version": "1.8.0",
	"description": "🚀 SmartLead API v1.8.0 - Complete Email Marketing Automation with 20+ Operations",
	"keywords": [
		"n8n-community-node-package",
		"smartlead",
		"email",
		"marketing",
		"automation",
		"outbound",
		"campaigns",
		"leads"
	],
	"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": "*"
	}
}
