{
  "name": "@bryan-thompson/inspector-assessment-server",
  "version": "1.43.5",
  "description": "Server-side application for the Enhanced MCP Inspector with assessment capabilities",
  "license": "MIT",
  "author": "Bryan Thompson <bryan@triepod.ai>",
  "contributors": [
    "Anthropic, PBC (original MCP Inspector)"
  ],
  "homepage": "https://github.com/triepod-ai/inspector-assessment",
  "bugs": "https://github.com/triepod-ai/inspector-assessment/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/triepod-ai/inspector-assessment.git"
  },
  "type": "module",
  "bin": {
    "mcp-inspector-assess-server": "build/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node build/index.js",
    "dev": "tsx watch --clear-screen=false src/index.ts",
    "dev:windows": "tsx watch --clear-screen=false src/index.ts < NUL",
    "test": "node --experimental-vm-modules ../node_modules/.bin/jest --config jest.config.cjs"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/express": "^4.17.23",
    "@types/jest": "^29.5.14",
    "@types/shell-quote": "^1.7.5",
    "@types/supertest": "^6.0.2",
    "@types/ws": "^8.5.12",
    "jest": "^29.7.0",
    "supertest": "^7.0.0",
    "ts-jest": "^29.2.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.2"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.25.2",
    "cors": "^2.8.5",
    "express": "^5.1.0",
    "express-rate-limit": "^8.2.1",
    "shell-quote": "^1.8.3",
    "spawn-rx": "^5.1.2",
    "ws": "^8.18.0",
    "zod": "^3.25.76"
  }
}
