{
  "name": "n8n-nodes-agentmail",
  "version": "1.0.2",
  "description": "n8n community node for AgentMail - Email API for AI Agents",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "agentmail",
    "email",
    "ai-agents",
    "automation"
  ],
  "license": "MIT",
  "homepage": "https://github.com/josephfeleke/n8n-nodes-agentmail",
  "author": {
    "name": "Joseph Maregn",
    "email": "josephfeleke7@gmail.com"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/josephfeleke/n8n-nodes-agentmail.git"
  },
  "scripts": {
    "build": "n8n-node build",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "n8n-node lint",
    "lint:fix": "n8n-node lint --fix",
    "release": "n8n-node release",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "strict": true,
    "credentials": [
      "dist/credentials/AgentMailApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/AgentMail/AgentMail.node.js",
      "dist/nodes/AgentMail/AgentMailTrigger.node.js"
    ]
  },
  "devDependencies": {
    "@n8n/node-cli": "^0.23.1",
    "@types/express": "^4.17.6",
    "@types/node": "^20.0.0",
    "n8n-workflow": "*",
    "prettier": "^3.0.0",
    "typescript": "~5.0.0"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
