{
  "name": "ui-ux-pro-mcp",
  "version": "1.5.0",
  "description": "MCP Server for UI/UX design intelligence - styles, colors, typography, charts, icons",
  "main": "dist/index.js",
  "type": "module",
  "author": {
    "name": "redf0x1",
    "url": "https://t.me/redf0x1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redf0x1/ui-ux-pro-mcp.git"
  },
  "homepage": "https://github.com/redf0x1/ui-ux-pro-mcp#readme",
  "bugs": {
    "url": "https://github.com/redf0x1/ui-ux-pro-mcp/issues"
  },
  "bin": {
    "ui-ux-pro-mcp": "./dist/index.js"
  },
  "files": [
    "dist",
    "data",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js --stdio",
    "start:http": "PORT=3456 node dist/index.js --http",
    "dev": "tsx watch src/index.ts --http",
    "test": "tsx src/test-server.ts",
    "validate:csv": "node scripts/validate-csv.js",
    "prepublishOnly": "npm run validate:csv && npm run build"
  },
  "keywords": [
    "mcp",
    "ui",
    "ux",
    "design",
    "ai",
    "claude",
    "copilot",
    "assistant",
    "resources",
    "components",
    "tailwind",
    "shadcn",
    "figma"
  ],
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "express": "^4.18.2",
    "express-rate-limit": "^8.2.1",
    "papaparse": "^5.5.3",
    "tinycolor2": "^1.6.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.10.0",
    "@types/papaparse": "^5.5.2",
    "@types/tinycolor2": "^1.4.6",
    "tsx": "^4.7.0",
    "typescript": "^5.3.0"
  }
}
