{
  "name": "github-enterprise-mcp-server",
  "version": "1.1.2",
  "description": "MCP server for GitHub Enterprise API - local/internal use only. No authentication info included.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "github-enterprise-mcp-server": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "audit": "npm audit --audit-level=moderate"
  },
  "keywords": [
    "mcp",
    "github",
    "github-enterprise",
    "model-context-protocol"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.25.0",
    "octokit": "^4.0.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0",
    "vitest": "^2.0.0"
  }
}
