{ "name": "uimax-mcp", "version": "0.9.0", "mcpName": "io.github.prembobby39-gif/uimax-mcp", "description": "UIMax MCP — Turns Claude Code into a frontend expert that reviews and fixes your UI automatically. Free for Pro plan users.", "type": "module", "main": "dist/index.js", "bin": { "uimax-mcp": "dist/index.js" }, "files": [ "dist/**/*", "!dist/__tests__/**" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepare": "npm run build", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "keywords": [ "mcp", "model-context-protocol", "claude", "claude-code", "ui-review", "accessibility", "frontend", "design-review", "web-audit", "axe-core", "puppeteer", "lighthouse", "dark-mode", "uimax", "ui-expert", "developer-tools", "code-analysis", "wcag", "responsive-design", "core-web-vitals" ], "homepage": "https://github.com/prembobby39-gif/uimax-mcp", "bugs": { "url": "https://github.com/prembobby39-gif/uimax-mcp/issues" }, "repository": { "type": "git", "url": "https://github.com/prembobby39-gif/uimax-mcp.git" }, "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.28.0", "axe-core": "^4.10.0", "glob": "^11.0.0", "lighthouse": "^13.0.3", "pixelmatch": "^7.1.0", "pngjs": "^7.0.0", "puppeteer-core": "^24.0.0", "typescript": "^5.9.3", "zod": "^3.24.0" }, "overrides": { "brace-expansion": ">=5.0.5", "minimatch": ">=10.0.3" }, "devDependencies": { "@types/node": "^22.0.0", "@types/pngjs": "^6.0.5", "@vitest/coverage-v8": "^4.1.1", "typescript": "^5.9.3", "vitest": "^4.1.1" } }