{
  "name": "@shipstatic/mcp",
  "version": "1.12.1",
  "mcpName": "com.shipstatic/mcp",
  "description": "Deploy static websites, landing pages, and prototypes instantly 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",
    "check:package": "publint && attw --pack . --ignore-rules cjs-resolves-to-esm"
  },
  "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://shipstatic.com",
  "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.9.3",
    "@shipstatic/types": "2.25.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@biomejs/biome": "2.5.5",
    "@types/node": "^25.9.5",
    "@vitest/coverage-v8": "4.1.10",
    "esbuild": "^0.25.12",
    "publint": "^0.3.24",
    "typescript": "^6.0.3",
    "vitest": "4.1.10"
  },
  "packageManager": "pnpm@10.12.4",
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
