{
  "name": "agentreacher",
  "mcpName": "io.github.thijssmudde/agentreacher",
  "version": "0.17.0",
  "description": "AI-powered social media scheduler for teams across LinkedIn, X, Instagram, TikTok, and more.",
  "license": "MIT",
  "homepage": "https://agentreacher.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/thijssmudde/agentreacher.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "type": "module",
  "bin": {
    "agentreacher": "bin/agentreacher.mjs"
  },
  "files": [
    "bin/agentreacher.mjs",
    "bin/agentreacher/auth.mjs",
    "bin/agentreacher/cli.mjs",
    "bin/agentreacher/config.mjs",
    "bin/agentreacher/constants.mjs",
    "bin/agentreacher/files.mjs",
    "bin/agentreacher/http.mjs",
    "bin/agentreacher/state.mjs",
    "src/lib/agent-mcp-spec.json"
  ],
  "scripts": {
    "dev": "vite dev --port 3000",
    "generate:og": "node scripts/generate-og-images.mjs",
    "generate:sitemap": "node scripts/generate-sitemap.mjs",
    "prebuild": "node scripts/generate-og-images.mjs && node scripts/generate-sitemap.mjs",
    "build": "NODE_OPTIONS='--max-old-space-size=8192' vite build",
    "prebuild:production": "node scripts/generate-og-images.mjs && node scripts/generate-sitemap.mjs",
    "build:production": "NODE_OPTIONS='--max-old-space-size=6144' vite build --mode production",
    "preview": "vite preview",
    "test": "vitest run",
    "test:mcp": "vitest run src/lib/agent-mcp-spec.test.ts src/lib/media-assets.test.ts src/lib/social-channels.test.ts src/lib/unified-post-domain.test.ts src/lib/unified-post-adapters.test.ts src/lib/unified-post-runtime.test.ts src/lib/unified-posts.test.ts",
    "format": "biome format",
    "lint": "biome lint",
    "check": "biome check",
    "deploy": "pnpm run build:production && wrangler deploy --upload-source-maps",
    "start": "node .output/server/index.mjs",
    "push-db": "npx instant-cli@latest push",
    "stripe:webhook": "source .env.local && stripe listen --api-key $STRIPE_SECRET_KEY --forward-to localhost:3000/api/auth/stripe/webhook",
    "stripe:sync-product-copy": "node scripts/sync-stripe-product-copy.mjs",
    "email:dev": "email dev -d src/emails",
    "mcp:init": "node bin/agentreacher.mjs init",
    "mcp:reset": "node bin/agentreacher.mjs reset",
    "prepare": "husky"
  },
  "keywords": [
    "ai",
    "agents",
    "marketing",
    "mcp",
    "tanstack-start",
    "cloudflare"
  ],
  "dependencies": {
    "@cloudflare/containers": "^0.0.30",
    "@phosphor-icons/react": "^2.1.10",
    "@posthog/react": "^1.9.0",
    "@radix-ui/react-use-controllable-state": "^1.2.2",
    "@streamdown/cjk": "^1.0.3",
    "@streamdown/code": "^1.1.1",
    "@streamdown/math": "^1.0.2",
    "@streamdown/mermaid": "^1.0.2",
    "ai": "^6.0.149",
    "ansi-to-react": "^6.2.6",
    "aws4fetch": "^1.0.20",
    "canvas-confetti": "^1.9.4",
    "cmdk": "^1.1.1",
    "cobe": "^2.0.1",
    "geist": "^1.7.0",
    "motion": "^12.38.0",
    "nanoid": "^5.1.7",
    "posthog-js": "^1.372.3",
    "posthog-node": "^5.30.6",
    "radix-ui": "^1.4.3",
    "satori": "^0.26.0",
    "sharp": "^0.34.5",
    "shiki": "^4.0.2",
    "streamdown": "^2.5.0",
    "use-stick-to-bottom": "^1.1.3",
    "web-push": "3.6.7",
    "zod": "4.1.11"
  },
  "devDependencies": {
    "@better-auth/stripe": "^1.4.7",
    "@biomejs/biome": "2.2.4",
    "@cloudflare/vite-plugin": "^1.13.8",
    "@daveyplate/better-auth-instantdb": "1.1.1",
    "@daveyplate/better-auth-tanstack": "^1.3.6",
    "@fontsource-variable/plus-jakarta-sans": "^5.2.8",
    "@instantdb/admin": "^0.22.96",
    "@instantdb/react": "^0.22.96",
    "@radix-ui/react-alert-dialog": "^1.1.15",
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-dropdown-menu": "^2.1.16",
    "@radix-ui/react-navigation-menu": "^1.2.14",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-slot": "^1.2.4",
    "@radix-ui/react-tooltip": "^1.2.8",
    "@react-email/components": "^1.0.2",
    "@react-email/preview-server": "5.2.8",
    "@react-grab/mcp": "^0.1.34",
    "@resvg/resvg-js": "^2.6.2",
    "@sentry/cloudflare": "^10.32.1",
    "@sentry/tanstackstart-react": "^10.22.0",
    "@sentry/vite-plugin": "^5.3.0",
    "@tailwindcss/vite": "^4.0.6",
    "@tanstack/devtools-vite": "^0.3.11",
    "@tanstack/react-devtools": "^0.7.0",
    "@tanstack/react-query": "^5.66.5",
    "@tanstack/react-query-devtools": "^5.84.2",
    "@tanstack/react-router": "^1.132.0",
    "@tanstack/react-router-devtools": "^1.132.0",
    "@tanstack/react-router-ssr-query": "^1.131.7",
    "@tanstack/react-start": "^1.132.0",
    "@tanstack/router-plugin": "^1.132.0",
    "@types/canvas-confetti": "^1.9.0",
    "@types/js-cookie": "^3.0.6",
    "@types/node": "^22.10.2",
    "@types/react": "^19.2.0",
    "@types/react-dom": "^19.2.0",
    "@types/web-push": "3.6.4",
    "@upstash/ratelimit": "^2.0.7",
    "@upstash/redis": "^1.36.0",
    "@vitejs/plugin-react": "^5.0.4",
    "better-auth": "^1.4.7",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "dotenv": "^17.2.3",
    "facehash": "^0.1.0",
    "framer-motion": "^12.23.26",
    "husky": "^9.1.7",
    "jotai": "^2.16.1",
    "js-cookie": "^3.0.5",
    "jsdom": "^27.0.0",
    "lucide-react": "^0.544.0",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "react-email": "^5.2.8",
    "react-grab": "^0.1.34",
    "resend": "^6.6.0",
    "sonner": "^2.0.7",
    "stripe": "^20.1.0",
    "tailwind-merge": "^3.0.2",
    "tailwindcss": "^4.0.6",
    "tw-animate-css": "^1.3.6",
    "typescript": "^5.7.2",
    "vite": "^7.1.7",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.0.5",
    "web-haptics": "^0.0.6",
    "wrangler": "^4.84.1"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "@sentry/cli"
    ]
  }
}
