package.json•1 kB
{
"name": "send-mcp",
"version": "0.1.1",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsup",
"dev": "tsx watch ./src/cli.ts http --port 3000",
"stdio": "tsx src/cli.ts stdio",
"http": "tsx src/cli.ts http --port 3000",
"help": "tsx src/cli.ts http --help"
},
"keywords": [
"mcp",
"send",
"sitecore",
"mail",
"smtp"
],
"repository": {
"url": "https://github.com/izharikov/send-mcp"
},
"bin": {
"send-mcp": "dist/cli/cli.js"
},
"author": "Igor Zharikov",
"license": "MIT",
"description": "",
"dependencies": {
"commander": "^14.0.0",
"dotenv": "^16.5.0",
"fastmcp": "^3.1.1",
"nodemailer": "^7.0.3",
"send-client": "^0.1.0"
},
"devDependencies": {
"@types/node": "^22.15.29",
"@types/nodemailer": "^6.4.17",
"prettier": "^3.5.3",
"tsup": "^8.1.0",
"tsx": "^4.20.2",
"typescript": "^5.8.3"
}
}