{
  "name": "ctt-design-system-mcp",
  "version": "3.8.10",
  "description": "MCP Server for CTT Design System - Enables AI agents to understand and use CTT components",
  "type": "module",
  "main": "./dist/index.js",
  "scripts": {
    "dev": "vite build --watch & node dist/index.js",
    "build": "vite build",
    "start": "node dist/index.js",
    "generate": "node scripts/extract-components.js",
    "test": "npm run build && vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "express": "^4.21.2",
    "hono": "^4.12.27",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@emnapi/core": "^1.10.0",
    "@emnapi/runtime": "^1.10.0",
    "@types/express": "^5.0.1",
    "@types/node": "^24.1.0",
    "ctt-web-components": "file:..",
    "typescript": "~5.8.3",
    "vite": "^8.0.16",
    "vitest": "^3.2.6"
  },
  "overrides": {
    "esbuild": "^0.28.1",
    "fast-uri": "^3.1.4",
    "@hono/node-server": "^2.0.11",
    "body-parser": "^1.20.6"
  }
}
