{
  "name": "@elitedcs/ghl-mcp",
  "version": "3.84.3",
  "mcpName": "io.github.drjerryrelth/ghl-command",
  "description": "GoHighLevel MCP Server for Claude. 250 tools — full CRM, automation, marketing control, account-wide workflow audit, live funnel-capture verification, and the only programmatic GHL workflow builder, now multi-tenant across client accounts.",
  "main": "dist/index.js",
  "bin": {
    "ghl-mcp": "dist/index.js"
  },
  "files": [
    "LICENSES/Apache-2.0.txt",
    "LICENSES/taste-skill-MIT.txt",
    "LICENSES/emil-skills-MIT.txt",
    "NOTICE",
    "src/command-os/design/rules/anti-default.json",
    "src/command-os/design/rules/web.json",
    "src/command-os/design/rules/anti-default-contract.mjs",
    "dist/index.js",
    "dist/capture-helper.js",
    "templates/action-schemas.json",
    "templates/clinic-medspa.json",
    "templates/trigger-schemas.json",
    "templates/external-funnel/cloudflare-worker.js",
    "templates/external-funnel/README.md",
    "templates/external-funnel/wrangler.toml.example",
    "README.md",
    "CHANGELOG.md",
    "guide",
    "skills",
    "!skills/blueprint/presets/clinic-launch-a2p.preset.json",
    "!skills/blueprint/presets/clinic-launch-a2p.md"
  ],
  "scripts": {
    "build": "node src/command-os/assessment/build-app.mjs && esbuild src/index.ts --bundle --platform=node --target=node20 --format=cjs --outfile=dist/index.js --packages=external && esbuild src/capture-helper.ts --bundle --platform=node --target=node20 --format=cjs --outfile=dist/capture-helper.js --packages=external",
    "typecheck": "tsc --noEmit",
    "setup": "node setup-wizard.mjs",
    "catalogue": "node scripts/export-command-os-catalogue.mjs",
    "manifest:write": "node scripts/write-package-manifest.mjs",
    "start": "node dist/index.js",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build",
    "prepack": "node scripts/check-design-licenses.mjs",
    "guard:design-packaging": "node scripts/check-design-licenses.mjs",
    "test:anti-default": "node scripts/test-anti-default.mjs",
    "build:assessment": "node src/command-os/assessment/build-app.mjs"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "gohighlevel",
    "ghl",
    "gohighlevel-mcp",
    "ghl-automation",
    "crm",
    "claude",
    "anthropic",
    "workflow-builder",
    "marketing-automation",
    "ai-agent",
    "agency"
  ],
  "author": "Elite DCs, LLC",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://elitedcs.com/ghl-mcp-server",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drjerryrelth/ghl-command-feedback.git"
  },
  "bugs": {
    "url": "https://github.com/drjerryrelth/ghl-command-feedback/issues",
    "email": "support@ghlcommand.com"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "dotenv": "^17.4.2",
    "json5": "^2.2.3",
    "playwright-core": "^1.61.1",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@clack/prompts": "^1.1.0",
    "@types/node": "^26.2.0",
    "esbuild": "^0.28.1",
    "happy-dom": "^20.14.0",
    "open": "^11.0.0",
    "typescript": "^7.0.2",
    "vitest": "^4.1.6"
  }
}
