n8n-nodes-imap-ai
Version:
Simplified IMAP node for n8n with AI-agent support. Clean and modular email and mailbox management for automation workflows.
80 lines (79 loc) • 2.42 kB
JSON
{
"name": "n8n-nodes-imap-ai",
"version": "2.3.9",
"description": "Simplified IMAP node for n8n with AI-agent support. Clean and modular email and mailbox management for automation workflows.",
"keywords": [
"n8n-community-node-package",
"imap",
"email",
"ai-agent",
"ai-tool",
"automation",
"mailbox",
"ai-ready",
"fromAI",
"tool-support"
],
"license": "MIT",
"homepage": "https://github.com/terschawebIT/terschaweb-nodes-imap",
"author": {
"name": "Niko Terschawetz",
"email": "niko.terschawetz@terschaweb.de",
"url": "https://terschaweb.de"
},
"contributors": [
{
"name": "Vasily Maslyukov",
"email": "auro.coding@gmail.com",
"url": "https://github.com/umanamente/n8n-nodes-imap"
}
],
"repository": {
"type": "git",
"url": "https://github.com/terschawebIT/terschaweb-nodes-imap.git"
},
"engines": {
"node": ">=20.11.0"
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "biome format --write nodes credentials package.json",
"format:check": "biome format nodes credentials package.json",
"lint": "biome check nodes credentials package.json",
"lint:fix": "biome check --write nodes credentials package.json",
"prepublishOnly": "npm run build",
"release": "npm run build && git add . && git commit -m \"Release: Version bump and build\" && git push && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ImapCredentials.credentials.js"
],
"nodes": [
"dist/nodes/Imap/Imap.node.js"
]
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/imapflow": "^1.0.19",
"@types/mailparser": "^3.4.6",
"@types/nodemailer": "^6.4.17",
"gulp": "^5.0.0",
"n8n-workflow": "^1.82.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"imapflow": "^1.0.187",
"mailparser": "^3.7.3",
"nodemailer": "^6.10.1"
}
}