{
  "private": false,
  "name": "@icoretech/warden-mcp",
  "version": "0.2.42",
  "type": "module",
  "license": "MIT",
  "description": "Vaultwarden/Bitwarden MCP server backed by Bitwarden CLI (bw).",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "bitwarden",
    "vaultwarden",
    "password-manager",
    "secrets",
    "automation",
    "sse"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/icoretech/warden-mcp.git"
  },
  "homepage": "https://github.com/icoretech/warden-mcp#readme",
  "bugs": {
    "url": "https://github.com/icoretech/warden-mcp/issues"
  },
  "bin": {
    "warden-mcp": "bin/warden-mcp.js"
  },
  "files": [
    "dist/",
    "bin/",
    "!dist/**/*.test.js",
    "!dist/integration/"
  ],
  "scripts": {
    "dev": "tsx watch --clear-screen=false src/server.ts",
    "postinstall": "node bin/patch-bitwarden-cli.js",
    "build": "tsc -p .",
    "start": "node dist/server.js",
    "test": "npm run build && node --test \"dist/**/*.test.js\"",
    "test:coverage": "npm run build && node --test --experimental-test-coverage \"dist/**/*.test.js\"",
    "test:integration": "npm run build && node --test --test-concurrency=1 --test-timeout=180000 \"dist/integration/**/*.test.js\"",
    "test:session-regression": "node scripts/session-flood-regression.mjs",
    "lint": "biome check --write --assist-enabled=true . && tsc --noEmit"
  },
  "dependencies": {
    "@bitwarden/cli": "2026.9.0",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "express": "^5.2.1",
    "zod": "^4.6.5"
  },
  "overrides": {
    "form-data": "4.0.6",
    "tmp": "0.2.7"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.14",
    "@types/express": "^5.0.6",
    "@types/node": "^26.6.1",
    "playwright": "1.63.0",
    "tsx": "^4.23.13",
    "typescript": "^7.0.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "engines": {
    "node": "~22",
    "npm": "~10.9.9"
  }
}
