{
  "name": "mcp-oauth-compliance",
  "version": "0.2.1",
  "description": "Web-based tool for testing MCP server OAuth compliance with RFC 9728, RFC 8414, RFC 7591, and OAuth 2.1",
  "type": "module",
  "main": "dist/compliance-tester.js",
  "bin": {
    "mcp-oauth-compliance": "dist/compliance-tester.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "tsx src/compliance-tester.ts",
    "compliance-tester": "tsx src/compliance-tester.ts",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "type-check": "tsc --noEmit"
  },
  "keywords": [
    "mcp",
    "oauth",
    "compliance",
    "jwt",
    "rfc9728",
    "rfc8414",
    "rfc7591",
    "rfc9068",
    "pkce"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "cors": "^2.8.5",
    "express": "^4.18.2",
    "jose": "^6.1.2",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/express": "^4.17.21",
    "@types/node": "^22.0.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "prettier": "^3.3.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0",
    "vitest": "^2.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
