{
  "name": "@mcp-forge/listmonk-mcp",
  "version": "1.1.1",
  "description": "MCP server wrapper for ListMonk API using Stainless-generated SDK",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.1",
    "@mcp-forge/listmonk-api": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.17.6",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "mcp",
    "listmonk",
    "api",
    "model-context-protocol"
  ],
  "author": "MCP Forge",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "homepage": "https://mcpforge.org"
}