{
  "name": "shipshots-mcp",
  "version": "0.11.0",
  "description": "MCP server for Shipshots — create app store assets, preview videos, and paid-social campaign creative with your AI assistant",
  "mcpName": "io.github.gurkang/shipshots",
  "type": "module",
  "license": "MIT",
  "author": "Shipshots",
  "homepage": "https://shipshots.app",
  "repository": {
    "type": "git",
    "url": "https://github.com/gurkang/shipshots.git",
    "directory": "packages/mcp"
  },
  "keywords": [
    "mcp",
    "shipshots",
    "screenshots",
    "app-store",
    "play-store",
    "model-context-protocol",
    "claude",
    "ai-screenshots",
    "app-store-marketing",
    "screenshot-automation",
    "screenshot-generator",
    "cursor",
    "windsurf",
    "gemini",
    "app-store-screenshots",
    "play-store-screenshots",
    "ad-creative",
    "tiktok-ads",
    "meta-ads",
    "app-marketing-video"
  ],
  "bin": {
    "shipshots-mcp": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "dev": "tsc --watch"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": ">=18"
  }
}
