package.jsonβ’1.19 kB
{
"name": "@reallygood83/ui-expert-mcp",
"version": "1.0.0",
"description": "A Model Context Protocol (MCP) server for UI/UX design improvements and professional frontend development",
"main": "dist/index.js",
"type": "module",
"bin": {
"ui-expert-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"ui",
"ux",
"design",
"frontend",
"react",
"tailwind",
"claude"
],
"author": "reallygood83",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reallygood83/ui-expert-mcp.git"
},
"bugs": {
"url": "https://github.com/reallygood83/ui-expert-mcp/issues"
},
"homepage": "https://github.com/reallygood83/ui-expert-mcp#readme"
}