{
  "name": "compounding-marketing",
  "version": "1.6.0",
  "description": "61 marketing skills for Claude Code, Codex CLI, ChatGPT, Cursor & more. Make each unit of marketing work easier than the last.",
  "keywords": [
    "marketing",
    "saas",
    "claude-code",
    "ai-assistant",
    "mcp",
    "positioning",
    "copywriting",
    "seo",
    "growth"
  ],
  "author": "Chinmaya Shankar <c@bigdeal.ventures>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/classicchins/compounding-marketing.git"
  },
  "homepage": "https://github.com/classicchins/compounding-marketing",
  "bugs": {
    "url": "https://github.com/classicchins/compounding-marketing/issues"
  },
  "main": "bin/setup.js",
  "bin": {
    "compounding-marketing": "bin/setup.js",
    "cm": "bin/setup.js"
  },
  "files": [
    "bin/",
    "skills/",
    "commands/",
    "mcp/",
    "integrations/",
    "scripts/",
    "docs/",
    ".agents/",
    ".claude-plugin/",
    ".cursor-plugin/",
    ".cm-config.json.example",
    "CLAUDE.md",
    "AGENTS.md",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "setup": "node bin/setup.js",
    "validate": "node scripts/validate-skills.js",
    "build": "node scripts/validate-skills.js && node scripts/generate-claude-md.js"
  },
  "dependencies": {}
}
