{
  "type": "module",
  "name": "wopee-mcp",
  "bin": {
    "wopee-mcp": "./build/index.js"
  },
  "version": "1.30.2",
  "mcpName": "io.github.Wopee-io/wopee-mcp",
  "description": "Wopee.io MCP server for autonomous testing platform",
  "main": "./build/index.js",
  "scripts": {
    "build": "tsc && chmod 755 build/index.js",
    "build:clean": "rm -rf build && npm run build",
    "test": "node --test \"src/**/*.test.ts\""
  },
  "files": [
    "build",
    "README.md"
  ],
  "homepage": "https://wopee.io/mcp/",
  "repository": {
    "type": "git",
    "url": "https://github.com/Wopee-io/wopee-mcp"
  },
  "bugs": {
    "url": "https://github.com/Wopee-io/wopee-mcp/issues"
  },
  "keywords": [
    "wopee",
    "wopee.io",
    "mcp",
    "model context protocol",
    "ai testing",
    "autonomous testing",
    "test automation",
    "claude",
    "cursor",
    "ai agent",
    "visual testing",
    "playwright"
  ],
  "author": "Sota Giorgadze <sota.giorgadze@wopee.io>",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.21.0",
    "undici": "^7.18.2",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/node": "^24.10.0",
    "semantic-release": "^24.2.7",
    "typescript": "^5.9.3"
  }
}
