{
  "name": "mountaineers-mcp",
  "version": "1.12.1",
  "description": "MCP server for The Mountaineers website (mountaineers.org)",
  "type": "module",
  "bin": {
    "mountaineers-mcp": "dist/index.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "!dist/__tests__",
    "!dist/login.js",
    "!dist/login.js.map",
    "!dist/login.d.ts",
    "!dist/login.d.ts.map"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "mountaineers",
    "mountaineering",
    "hiking"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dreamiurg/mountaineers-mcp.git"
  },
  "homepage": "https://github.com/dreamiurg/mountaineers-mcp#readme",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "lint": "biome check .",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm run lint",
    "test": "vitest run",
    "test:watch": "vitest --watch",
    "test:coverage": "vitest run --coverage",
    "sast": "semgrep scan --config auto --error .",
    "ci": "npm run check && npm run sast && npm run test:coverage && npm run build",
    "build:mcpb": "sh scripts/build-mcpb.sh",
    "login": "tsx src/login.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "cheerio": "^1.0.0",
    "impit": "^0.14.1",
    "patchright": "^1.61.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@anthropic-ai/mcpb": "^2.1.2",
    "@biomejs/biome": "^2.3.14",
    "@types/node": "^26.0.1",
    "@vitest/coverage-v8": "^4.0.18",
    "tsx": "^4.19.0",
    "typescript": "^7.0.2",
    "vitest": "^4.0.18"
  },
  "overrides": {
    "tmp": "0.2.5",
    "node-forge": "1.4.0",
    "undici": "8.1.0",
    "path-to-regexp": "8.4.2",
    "express-rate-limit": "8.3.2",
    "hono": "4.12.14",
    "@hono/node-server": "1.19.14",
    "ajv": "8.18.0",
    "qs": "6.15.1"
  }
}
