{
  "name": "@productmaker/mcp",
  "version": "7.1.0",
  "type": "module",
  "private": false,
  "description": "Product Maker MCP server — cost products, generate dropshipping landing pages, UGC videos, and ad creatives, and publish to Shopify and Meta Ads from Claude, ChatGPT, or Gemini.",
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "claude",
    "claude-desktop",
    "claude-code",
    "chatgpt",
    "gemini",
    "anthropic",
    "openai",
    "ai",
    "productmaker",
    "dropshipping",
    "product-costing",
    "ecommerce",
    "shopify",
    "meta-ads",
    "facebook-ads",
    "tiktok-ads",
    "ugc",
    "video-generation",
    "video-ads",
    "landing-page",
    "creative-generation",
    "ad-creative",
    "marketing"
  ],
  "homepage": "https://productmaker.app/install",
  "bugs": {
    "email": "infoapp@productmaker.app"
  },
  "author": "Product Maker AI <infoapp@productmaker.app> (https://productmaker.app)",
  "license": "MIT",
  "bin": {
    "productmaker-mcp": "./dist/stdio.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/ext-apps": "1.1.2",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "express": "^4.19.2",
    "express-rate-limit": "^7.4.0",
    "jose": "^5.2.0",
    "posthog-node": "^5.24.11",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.11.0",
    "msw": "^2.4.0",
    "tsup": "^8.3.0",
    "tsx": "^4.16.0",
    "typescript": "^7.0.2",
    "vitest": "4.1.11",
    "@packages/product-economics": "0.1.0",
    "@packages/types": "0.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup && mkdir -p dist/ui && cp src/ui/meta-upload-app.html dist/ui/meta-upload-app.html",
    "dev:stdio": "tsx src/stdio.ts",
    "dev:http": "tsx src/http.ts",
    "test": "vitest run",
    "smoke": "node scripts/smoke-stdio.mjs",
    "lint": "oxlint src",
    "typecheck": "tsc --noEmit"
  }
}