package.json•1.22 kB
{
"name": "@neomody77/mcp-mail-organizer",
"version": "1.1.0",
"description": "MCP server for organizing and managing email operations with atomic tools",
"main": "dist/index.js",
"bin": {
"mcp-mail-organizer": "./dist/index.js"
},
"type": "module",
"author": "neomody77",
"repository": {
"type": "git",
"url": "https://github.com/neomody77/mcp-mail-organizer.git"
},
"bugs": {
"url": "https://github.com/neomody77/mcp-mail-organizer/issues"
},
"homepage": "https://github.com/neomody77/mcp-mail-organizer#readme",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"clean": "rm -rf dist"
},
"keywords": [
"mcp",
"mail",
"email",
"imap",
"smtp",
"automation"
],
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"dotenv": "^16.4.5",
"imap": "^0.8.19",
"mailparser": "^3.7.1",
"nodemailer": "^6.9.15",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/imap": "^0.8.40",
"@types/mailparser": "^3.4.4",
"@types/node": "^20.0.0",
"@types/nodemailer": "^6.4.15",
"tsx": "^4.19.0",
"typescript": "^5.6.2"
}
}