{
  "name": "@nightwatch/nightwatch-mcp",
  "version": "0.2.3",
  "description": "Nightwatch MCP Server",
  "type": "module",
  "main": "src/lib/server.js",
  "bin": {
    "mcp-nightwatch": "./src/lib/server.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.8.0",
    "nightwatch": "^3.12.1"
  },
  "devDependencies": {
    "chai": "^5.2.0"
  }
}
