{
  "name": "gomarble-agent",
  "version": "0.1.2",
  "description": "GoMarble marketing agent for Claude Code and Codex CLI. Connects the host to the GoMarble MCP server (OAuth) and ships 37 skills covering Google Ads, Meta, GA4, Shopify, Search Console, and document generation, plus 5 slash commands.",
  "type": "module",
  "bin": {
    "gomarble-agent": "bin/install.mjs"
  },
  "files": [
    ".claude-plugin/",
    ".codex-plugin/",
    ".mcp.json",
    "commands/",
    "hooks/",
    "skills/",
    "bin/",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "claude-code",
    "claude-code-plugin",
    "codex",
    "codex-plugin",
    "marketing",
    "google-ads",
    "meta-ads",
    "ga4",
    "shopify",
    "gomarble"
  ],
  "author": {
    "name": "GoMarble",
    "url": "https://gomarble.ai"
  },
  "homepage": "https://gomarble.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gomarble-ai/gomarble-agent.git"
  },
  "bugs": {
    "url": "https://github.com/gomarble-ai/gomarble-agent/issues"
  },
  "license": "UNLICENSED"
}
