{
  "name": "marketing-cli",
  "version": "0.7.0",
  "description": "Agent-native marketing playbook: 76 skills, 6 research/review agents, brand memory that compounds, plus a local Studio dashboard (beta). One install, then /cmo in Claude Code walks you through a 4-question setup wizard. CLI for the agent, Studio for the human.",
  "type": "module",
  "workspaces": [
    "studio"
  ],
  "bin": {
    "mktg": "dist/cli.js"
  },
  "files": [
    "dist",
    "skills",
    "skills-manifest.json",
    "agents",
    "agents-manifest.json",
    "catalogs-manifest.json",
    ".mcp.json",
    ".claude-plugin",
    "hooks",
    ".codex-plugin",
    "gemini-extension.json",
    "scripts/postinstall.cjs",
    "studio/app",
    "studio/bin",
    "studio/brand",
    "studio/components",
    "studio/components.json",
    "studio/db",
    "studio/docs/*.md",
    "studio/hooks",
    "studio/lib",
    "studio/next.config.ts",
    "studio/package.json",
    "studio/postcss.config.mjs",
    "studio/scripts",
    "studio/server.ts",
    "studio/skills",
    "studio/tsconfig.json",
    "studio/AGENTS.md",
    "studio/CHANGELOG.md",
    "studio/CLAUDE.md",
    "studio/CODE_OF_CONDUCT.md",
    "studio/CONTRIBUTING.md",
    "studio/LICENSE",
    "studio/README.md",
    "studio/SECURITY.md",
    "LICENSE",
    "README.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "CODE_OF_CONDUCT.md"
  ],
  "scripts": {
    "build": "bun build src/cli.ts --outdir dist --target node",
    "dev": "bun run src/cli.ts",
    "test": "bun test tests",
    "test:studio": "bun run --cwd studio test",
    "typecheck": "bun x tsc --noEmit",
    "doctor": "bun run src/cli.ts doctor",
    "postinstall": "node ./scripts/postinstall.cjs",
    "prepack": "node ./scripts/derive-counts.cjs && node ./scripts/prepack-strip-workspaces.cjs",
    "postpack": "node ./scripts/postpack-restore.cjs",
    "prepublishOnly": "bun run build"
  },
  "keywords": [
    "marketing",
    "cli",
    "agent",
    "ai",
    "playbook",
    "claude-code",
    "claude-code-skills",
    "agent-skills",
    "marketing-automation",
    "brand-voice",
    "seo",
    "cmo",
    "skills-sh"
  ],
  "author": "Moiz Ibn Yousaf",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MoizIbnYousaf/marketing-cli.git"
  },
  "homepage": "https://www.marketing-cli.com",
  "bugs": {
    "url": "https://github.com/MoizIbnYousaf/marketing-cli/issues"
  },
  "engines": {
    "bun": ">=1.1.0",
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@tailwindcss/postcss": "^4",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1",
    "framer-motion": "^12.27.1",
    "lucide-react": "^0.563.0",
    "next": "16.1.5",
    "radix-ui": "^1.4.3",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-markdown": "^10.1.0",
    "react-resizable-panels": "^4",
    "recharts": "^3.7.0",
    "remark-gfm": "^4.0.1",
    "sonner": "^2.0.7",
    "swr": "^2.3",
    "tailwind-merge": "^3.4.0",
    "tailwindcss": "^4",
    "tw-animate-css": "^1.4.0",
    "typescript": "^5",
    "zod": "^4.3.5",
    "zustand": "^5.0.11"
  },
  "devDependencies": {
    "@types/bun": "1.3.11"
  }
}
