{
  "name": "@modelcontextprotocol/conformance",
  "version": "0.1.16",
  "type": "module",
  "license": "MIT",
  "author": "Anthropic, PBC (https://anthropic.com)",
  "homepage": "https://modelcontextprotocol.io",
  "bugs": "https://github.com/modelcontextprotocol/conformance/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/modelcontextprotocol/conformance.git"
  },
  "scripts": {
    "start": "tsx src/index.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "build": "tsdown src/index.ts --minify --clean --target node20 --no-fixed-extension",
    "lint": "eslint src/ examples/ && prettier --check .",
    "lint:fix": "eslint src/ examples/ --fix && prettier --write .",
    "lint:fix_check": "npm run lint:fix && git diff --exit-code --quiet",
    "tier-check": "node dist/index.js tier-check",
    "check": "npm run typecheck && npm run lint",
    "typecheck": "tsgo --noEmit",
    "prepack": "npm run build"
  },
  "files": [
    "dist"
  ],
  "bin": {
    "conformance": "dist/index.js"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@types/express": "^5.0.3",
    "@types/node": "^25.5.0",
    "@typescript/native-preview": "^7.0.0-dev.20260325.1",
    "cors": "^2.8.5",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "lefthook": "^2.1.4",
    "prettier": "^3.8.1",
    "tsdown": "^0.21.5",
    "tsx": "^4.7.0",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.57.1",
    "vitest": "^4.0.16"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@octokit/rest": "^22.0.0",
    "commander": "^14.0.2",
    "eventsource-parser": "^3.0.6",
    "express": "^5.1.0",
    "jose": "^6.1.2",
    "undici": "^7.19.0",
    "yaml": "^2.8.2",
    "zod": "^4.3.6"
  }
}
