{
  "name": "mcp-bitbucket-server",
  "version": "1.10.9",
  "publish": true,
  "description": "MCP server for Bitbucket Server",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "mcp-bitbucket-server": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "mcp",
    "bitbucket",
    "bitbucket-server",
    "model-context-protocol"
  ],
  "author": "Evrim Alacan <evrimalacan@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evrimalacan/mcp-bitbucket-server.git"
  },
  "bugs": "https://github.com/evrimalacan/mcp-bitbucket-server/issues",
  "homepage": "https://github.com/evrimalacan/mcp-bitbucket-server#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.5",
    "axios": "^1.7.7",
    "dotenv": "17.2.3",
    "zod": "^3.25.67",
    "bitbucket-data-center-client": "1.4.33"
  },
  "devDependencies": {
    "@types/node": "24.10.4",
    "eslint": "^9.39.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "vitest": "^4.0.16",
    "config-eslint": "0.0.0",
    "config-typescript": "0.0.0"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "dev": "tsx --watch src/index.ts",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "test": "vitest run"
  }
}