{ "name": "@matware/e2e-runner", "version": "1.5.1", "mcpName": "io.github.fastslack/e2e-runner", "description": "E2E test runner using Chrome Pool (browserless/chrome) with parallel execution", "type": "module", "main": "src/index.js", "exports": { ".": "./src/index.js" }, "bin": { "e2e-runner": "bin/cli.js", "e2e-runner-mcp": "bin/mcp-server.js" }, "files": [ "bin/", "src/", "templates/", ".claude-plugin/", ".mcp.json", "skills/", "commands/", "agents/", ".opencode/", "opencode.json", "OPENCODE.md", "scripts/setup-opencode.sh" ], "keywords": [ "e2e", "testing", "chrome", "puppeteer", "browserless", "parallel", "mcp", "claude-code", "opencode", "github-issues", "ai-testing" ], "author": "Matias Aguirre (Matware)", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/fastslack/mtw-e2e-runner.git" }, "homepage": "https://github.com/fastslack/mtw-e2e-runner#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "better-sqlite3": "^11.0.0", "puppeteer-core": "^24.0.0" }, "scripts": { "build:dashboard": "node templates/build-dashboard.js", "prepublishOnly": "node templates/build-dashboard.js" }, "engines": { "node": ">=20.0.0" } }