{
  "name": "spaceship-mcp",
  "version": "0.3.0",
  "packageManager": "pnpm@10.28.1",
  "description": "MCP server for managing domains, DNS records, and marketplace listings via the Spaceship API",
  "type": "module",
  "bin": {
    "spaceship-mcp": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsx src/index.ts",
    "start": "node --enable-source-maps dist/index.js",
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "prepublishOnly": "pnpm build",
    "release": "GITHUB_TOKEN=$(gh auth token) release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bartwaardenburg/spaceship-mcp.git"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "spaceship",
    "dns",
    "dns-management",
    "domain",
    "domain-management",
    "registrar",
    "whois",
    "model-context-protocol",
    "automation",
    "ai",
    "claude",
    "llm"
  ],
  "author": "Bart Waardenburg",
  "license": "MIT",
  "mcpName": "io.github.BartWaardenburg/spaceship-mcp",
  "bugs": {
    "url": "https://github.com/bartwaardenburg/spaceship-mcp/issues"
  },
  "homepage": "https://github.com/bartwaardenburg/spaceship-mcp#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "^10.0.5",
    "@types/node": "^20.19.30",
    "@vitest/coverage-v8": "^4.0.18",
    "release-it": "^19.2.4",
    "tsx": "^4.21.0",
    "typescript": "^5.9.2",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=20"
  }
}
