{
  "name": "@ironclads/namecheap-mcp",
  "version": "1.6.1",
  "description": "MCP server for Namecheap API integration - domain management, DNS, and domain suggestions",
  "main": "dist/index.js",
  "bin": {
    "namecheap-mcp": "dist/index.js"
  },
  "type": "module",
  "files": [
    "dist/**/*",
    "LICENSE",
    "README.md",
    "CLAUDE.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "start:dev": "node dist/index.js",
    "start:prod": "node dist/index.js",
    "test": "vitest --run",
    "test:watch": "vitest",
    "lint": "eslint src/**/*.ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build && npm run typecheck && npm test"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "namecheap",
    "domain",
    "dns",
    "domain-management",
    "claude",
    "ai"
  ],
  "author": "kaffa",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://git.actions.it.com/kappa/namecheap-mcp.git"
  },
  "homepage": "https://git.actions.it.com/kappa/namecheap-mcp",
  "bugs": {
    "url": "https://git.actions.it.com/kappa/namecheap-mcp/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@ironclads/cloudflare-mcp": "^1.0.1",
    "@modelcontextprotocol/sdk": "^0.4.0",
    "@types/xml2js": "^0.4.14",
    "axios": "^1.6.0",
    "xml2js": "^0.6.2",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "@vitest/coverage-v8": "^1.6.1",
    "eslint": "^8.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0"
  }
}
