{
  "name": "@shipstatic/mcp",
  "version": "1.6.0",
  "mcpName": "com.shipstatic/mcp",
  "description": "Deploy static websites from AI agents. Start with the hosted endpoint at mcp.shipstatic.com — no install, no signup, no API key — or install this package to deploy folders from your own machine. The same fifteen tools either way.",
  "type": "module",
  "main": "./dist/index.js",
  "sideEffects": [
    "./dist/bin.js"
  ],
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "shipstatic-mcp": "./dist/bin.js"
  },
  "scripts": {
    "build": "tsc",
    "prepack": "pnpm run build",
    "clean": "rm -rf dist",
    "prepare": "git config core.hooksPath scripts/githooks",
    "test": "vitest",
    "typecheck": "tsc -p tsconfig.check.json --noEmit",
    "lint": "biome check .",
    "format": "biome format --write .",
    "smoke": "node smoke.mjs",
    "coverage": "vitest --run --coverage"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "ai",
    "claude",
    "deploy",
    "hosting",
    "llm",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "ship",
    "static-hosting",
    "static-site",
    "typescript",
    "vibe-coding",
    "web-hosting",
    "website"
  ],
  "homepage": "https://github.com/shipstatic/mcp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shipstatic/mcp.git"
  },
  "bugs": {
    "url": "https://github.com/shipstatic/mcp/issues"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "author": "ShipStatic",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "@shipstatic/ship": "2.6.0",
    "@shipstatic/types": "2.17.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.5",
    "@types/node": "^25.9.5",
    "@vitest/coverage-v8": "4.1.10",
    "esbuild": "^0.25.12",
    "typescript": "^6.0.3",
    "vitest": "4.1.10"
  },
  "packageManager": "pnpm@10.12.4",
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
