{
  "name": "@crscreditapi/b2c-mcp-customer",
  "version": "1.2.3-69a8c4f",
  "description": "MCP server for B2C ECM documentation — error codes, OpenAPI spec, identity flow, and knowledge base",
  "type": "module",
  "main": "dist-customer/index.customer.js",
  "types": "dist-customer/index.customer.d.ts",
  "bin": {
    "b2c-mcp-customer": "dist-customer/index.customer.js"
  },
  "files": [
    "dist-customer/**/*",
    "README.customer.md"
  ],
  "readme": "README.customer.md",
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "express": "^5.2.1"
  }
}