{ "name": "novu-mcp-server", "version": "1.0.0", "description": "MCP server for Novu notification infrastructure API", "type": "module", "main": "dist/index.js", "bin": { "novu-mcp-server": "dist/index.js" }, "scripts": { "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "build": "tsc", "clean": "rm -rf dist" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.28.0", "axios": "^1.7.9", "express": "^4.21.0", "zod": "^3.23.8" }, "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.10.0", "tsx": "^4.19.2", "typescript": "^5.7.2" } }