{ "name": "brandkit-mcp", "version": "2.1.0", "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", "api", "templates", "vercel.json", "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", "test:docker-smoke": "node scripts/docker-smoke.mjs", "audit:prod": "npm audit --omit=dev", "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 audit:prod && 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.30.0", "chokidar": "^3.6.0", "commander": "^12.0.0", "css-tree": "^2.3.1", "ejs": "^3.1.9", "express": "^4.22.2", "js-yaml": "^4.3.2", "zod": "^3.22.4" }, "devDependencies": { "@eslint/js": "^10.0.1", "@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", "eslint": "^10.9.1", "globals": "^17.11.0", "tsup": "^8.0.0", "typescript": "^5.4.0", "typescript-eslint": "^8.68.0", "vitest": "^4.1.11" }, "overrides": { "esbuild": "0.28.1" } }