{
  "name": "@agifyai/leadify-mcp",
  "version": "8.7.5",
  "description": "MCP server for Leadify lead management API",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "leadify-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc && chmod +x dist/index.js",
    "start": "node dist/index.js",
    "dev": "tsc --watch",
    "canary:commercial": "npm run build && zsh scripts/run-commercial-truth-read-canary.sh",
    "prepublishOnly": "npm run build",
    "test": "npm run build && node --test test/*.test.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AgifyAI/mcp_leadify.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  }
}
