{ "name": "mcp-design-system-extractor", "version": "1.2.0", "description": "Simplified MCP server for Storybook design system extraction with component analysis tools", "author": "graslt", "license": "MIT", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-design-system-extractor": "./dist/index.js" }, "scripts": { "dev": "tsx watch src/index.ts", "build": "tsup", "start": "node dist/index.js", "setup": "node scripts/setup-mcp-config.js", "clean": "rm -rf dist", "typecheck": "tsc --noEmit", "lint": "eslint src", "lint:fix": "eslint src --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "check": "npm run typecheck && npm run lint && npm run format:check", "check:all": "npm run check && npm run test:run && npm run build", "prepublishOnly": "npm run clean && npm run build", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js", "inspector:dev": "NODE_ENV=development npx @modelcontextprotocol/inspector npx tsx src/index.ts", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest watch", "test:ui": "vitest --ui" }, "keywords": [ "mcp", "model-context-protocol", "storybook", "design-system", "component-extraction", "web-components", "claude", "ai" ], "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "node-html-parser": "^9.0.0", "puppeteer": "^25.3.0", "zod": "^4.4.3" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^26.1.1", "@vitest/coverage-v8": "^4.1.10", "@vitest/ui": "^4.1.10", "eslint": "^10.8.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.6", "globals": "^17.8.0", "prettier": "^3.9.6", "tsup": "^8.0.0", "tsx": "^4.7.0", "typescript": "^5.3.3", "typescript-eslint": "^8.65.0", "vitest": "^4.1.10" }, "files": [ "dist", "README.md", "LICENSE", "scripts" ], "repository": { "type": "git", "url": "git+https://github.com/freema/mcp-design-system-extractor.git" }, "bugs": { "url": "https://github.com/freema/mcp-design-system-extractor/issues" }, "homepage": "https://github.com/freema/mcp-design-system-extractor#readme", "mcpName": "io.github.freema/mcp-design-system-extractor" }