{
  "name": "claude-expert-workflow-mcp",
  "version": "1.0.2",
  "description": "Production-ready MCP server for AI-powered product development consultation through specialized expert roles. Enterprise-grade with memory management, monitoring, and Claude Code integration.",
  "type": "module",
  "main": "dist/complete-server.js",
  "bin": {
    "claude-expert-workflow-mcp": "dist/complete-server.js"
  },
  "exports": {
    ".": "./dist/complete-server.js",
    "./simple": "./dist/simple-server.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "README.md",
    "INSTALLATION.md",
    "LICENSE",
    ".env.example",
    "tsconfig.json",
    "jest.config.js"
  ],
  "scripts": {
    "start": "node dist/complete-server.js",
    "build": "tsc && tsc-alias",
    "test": "jest",
    "test:unit": "jest --testPathPattern=unit",
    "test:integration": "jest --testPathPattern=integration",
    "test:coverage": "jest --coverage",
    "test:ci": "jest --coverage --ci --watchAll=false",
    "test:validate": "npm run typecheck && npm run lint && npm run test:coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "typecheck": "tsc --noEmit",
    "format": "prettier --write src/**/*.ts",
    "format:check": "prettier --check src/**/*.ts",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "claude-code",
    "ai",
    "artificial-intelligence",
    "expert",
    "workflow",
    "product-management",
    "ux-design",
    "software-architecture",
    "document-generation",
    "prd",
    "design-specification",
    "technical-architecture",
    "typescript",
    "nodejs",
    "enterprise",
    "production-ready",
    "memory-management",
    "monitoring",
    "anthropic"
  ],
  "author": {
    "name": "jcmrs",
    "url": "https://github.com/jcmrs"
  },
  "license": "MIT",
  "homepage": "https://github.com/jcmrs/claude-expert-workflow-mcp#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcmrs/claude-expert-workflow-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/jcmrs/claude-expert-workflow-mcp/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/jcmrs"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.27.0",
    "@modelcontextprotocol/sdk": "^1.9.0",
    "dotenv": "^16.5.0",
    "winston": "^3.11.0",
    "winston-daily-rotate-file": "^5.0.0",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^22.14.1",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "prettier": "^3.2.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.2",
    "tsc-alias": "^1.8.16",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
