{ "name": "brandkit-mcp", "version": "2.0.2", "description": "Expose your company's full design system to AI tools via the Model Context Protocol", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { "brandkit-mcp": "dist/cli/index.js" }, "files": [ "dist", "templates", "README.md", "LICENSE", "server.json" ], "scripts": { "build": "tsup && chmod +x dist/cli/index.js dist/cli/index.cjs 2>/dev/null || true", "dev": "tsup --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit", "preview": "node dist/cli/index.js preview", "serve": "node dist/cli/index.js serve", "prepublishOnly": "npm run build && npm run test && npm run lint" }, "keywords": [ "mcp", "model-context-protocol", "design-system", "brand-kit", "design-tokens", "claude", "claude-desktop", "ai", "anthropic", "tailwind", "w3c-design-tokens" ], "license": "MIT", "author": "ejwhite", "homepage": "https://github.com/ejwhite7/brandkit-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/ejwhite7/brandkit-mcp.git" }, "bugs": { "url": "https://github.com/ejwhite7/brandkit-mcp/issues" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.ejwhite7/brandkit-mcp", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "commander": "^12.0.0", "css-tree": "^2.3.1", "express": "^4.18.2", "ejs": "^3.1.9", "gray-matter": "^4.0.3", "js-yaml": "^4.1.0", "marked": "^12.0.0", "pdf-parse": "^1.1.1", "sharp": "^0.33.0", "zod": "^3.22.4", "chokidar": "^3.6.0", "chalk": "^5.3.0", "ora": "^8.0.1" }, "devDependencies": { "@types/css-tree": "^2.3.4", "@types/ejs": "^3.1.5", "@types/express": "^4.17.21", "@types/js-yaml": "^4.0.9", "@types/node": "^20.0.0", "@types/pdf-parse": "^1.1.4", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.57.0", "tsup": "^8.0.0", "typescript": "^5.4.0", "vitest": "^1.4.0" } }