{
  "name": "@atlassian-dc-mcp/confluence",
  "version": "0.29.0",
  "main": "build/index.js",
  "type": "module",
  "bin": "./bin/run.js",
  "private": false,
  "description": "Community-maintained MCP server for Atlassian Confluence Data Center. Not affiliated with Atlassian.",
  "keywords": [
    "mcp",
    "atlassian",
    "confluence",
    "data-center",
    "model-context-protocol"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/b1ff/atlassian-dc-mcp.git",
    "directory": "packages/confluence"
  },
  "homepage": "https://github.com/b1ff/atlassian-dc-mcp#readme",
  "bugs": {
    "url": "https://github.com/b1ff/atlassian-dc-mcp/issues"
  },
  "scripts": {
    "build": "tsc",
    "start": "node build/index.js",
    "dev": "nodemon src/index.ts",
    "inspect": "mcp-inspector node build/index.js",
    "inspect:dev": "mcp-inspector ts-node src/index.ts",
    "test": "jest --passWithNoTests"
  },
  "dependencies": {
    "@atlassian-dc-mcp/common": "^0.29.0",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "dotenv": "^16.4.7",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@modelcontextprotocol/inspector": "^0.21.1",
    "nodemon": "^3.1.10",
    "ts-node": "^10.9.2"
  },
  "mcpName": "io.github.b1ff/atlassian-dc-mcp-confluence",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "e86ea9e3bca4ebbc41a68b0fd2c66b40f8569780"
}
