{
  "name": "@mseep/mcp-confluent",
  "description": "Confluent MCP Server",
  "version": "1.0.1",
  "author": "Confluent Inc.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/confluentinc/mcp-confluent.git"
  },
  "bin": {
    "mcp-confluent": "dist/index.js"
  },
  "type": "module",
  "keywords": [
    "confluent",
    "mcp",
    "kafka",
    "flink",
    "modelcontextprotocol",
    "mseep",
    "mcp-server"
  ],
  "bugs": {
    "url": "https://github.com/confluentinc/mcp-confluent/issues"
  },
  "homepage": "https://www.confluent.io/blog/ai-agents-using-anthropic-mcp/",
  "scripts": {
    "dev": "concurrently \"tsc --watch\" \"tsc-alias --watch\"",
    "test:ts": "tsc --noEmit",
    "start": "node dist/index.js --env-file .env",
    "lint": "eslint .",
    "format": "prettier --write \"**/*.+(js|ts|json)\"",
    "build": "tsc && tsc-alias",
    "print:schema": "node dist/print-md-schema.js",
    "prepare": "husky"
  },
  "devDependencies": {
    "@eslint/js": "^9.23.0",
    "@types/content-type": "^1.1.8",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^22.14.0",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^8.29.0",
    "@typescript-eslint/parser": "^8.29.0",
    "concurrently": "^9.1.2",
    "eslint": "^9.23.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-prettier": "^5.2.6",
    "globals": "^16.0.0",
    "husky": "^9.1.7",
    "openapi-typescript": "^7.6.1",
    "prettier": "3.5.3",
    "tsc-alias": "^1.8.13",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.29.0"
  },
  "dependencies": {
    "@commander-js/extra-typings": "^13.1.0",
    "@confluentinc/kafka-javascript": "^1.2.0",
    "@modelcontextprotocol/sdk": "^1.8.0",
    "commander": "^13.1.0",
    "dotenv": "^16.4.7",
    "openapi-fetch": "^0.13.5",
    "zod": "^3.24.2"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22"
  },
  "publisher": "mseep"
}