{
  "name": "pr-genie-test",
  "version": "0.2.1",
  "description": "AI-powered MCP server that converts Azure DevOps work items into complete pull requests. Works with Claude Code, GitHub Copilot, Cursor, and any MCP client.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "pr-genie-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    ".env.example",
    ".pr-genierc.example.json"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "postinstall": "npx playwright install chromium",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "azure-devops",
    "pull-request",
    "automation",
    "ai",
    "copilot",
    "claude",
    "cursor",
    "devops",
    "ado",
    "code-review"
  ],
  "author": "Mohit Chandak",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AirWalk-Digital/Camp-AIR.git",
    "directory": "pr-genie"
  },
  "homepage": "https://github.com/AirWalk-Digital/Camp-AIR/tree/main/pr-genie#readme",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "azure-devops-node-api": "^15.1.2",
    "dotenv": "^17.4.2",
    "playwright": "^1.59.1",
    "simple-git": "^3.36.0"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "typescript": "^6.0.2"
  }
}
