{
  "name": "nia-web-eval-agent-mcp",
  "version": "1.0.8",
  "description": "NIA AI Web Evaluation Agent MCP Server - Autonomous browser testing and debugging",
  "main": "index.js",
  "bin": {
    "nia-web-eval-agent-mcp": "./bin/server.js",
    "webEvalAgent": "./bin/server.js"
  },
  "scripts": {
    "start": "node bin/server.js",
    "install-deps": "node scripts/install-deps.js",
    "postinstall": "npm run install-deps"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "web-testing",
    "browser-automation",
    "debugging",
    "ai-agent",
    "playwright",
    "nia-ai"
  ],
  "author": "NIA AI",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nia-ai-app/web-eval-agent.git"
  },
  "homepage": "https://trynia.ai",
  "bugs": {
    "url": "https://github.com/nia-ai-app/web-eval-agent/issues"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "cross-spawn": "^7.0.3",
    "which": "^4.0.0"
  },
  "files": [
    "bin/",
    "scripts/",
    "README.md",
    "LICENSE"
  ]
}
