{
  "name": "@iflow-mcp/bitbucket-mcp-server",
  "version": "1.1.2",
  "description": "MCP server for Bitbucket API integration - supports both Cloud and Server",
  "type": "module",
  "main": "./build/index.js",
  "bin": {
    "bitbucket-mcp-server": "build/index.js"
  },
  "files": [
    "build/**/*",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
    "dev": "tsc --watch",
    "start": "node build/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "bitbucket",
    "api",
    "model-context-protocol",
    "bitbucket-server",
    "bitbucket-cloud",
    "pull-request",
    "code-review"
  ],
  "author": "Parth Dogra",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pdogra1299/bitbucket-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/pdogra1299/bitbucket-mcp-server/issues"
  },
  "homepage": "https://github.com/pdogra1299/bitbucket-mcp-server#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "axios": "^1.10.0",
    "minimatch": "^9.0.3"
  },
  "devDependencies": {
    "@types/minimatch": "^5.1.2",
    "@types/node": "^22.15.29",
    "typescript": "^5.8.3"
  }
}
