{ "name": "@clipboard-health/playwright-reporter-llm", "version": "2.4.4", "description": "Playwright reporter that outputs structured JSON for LLM agents. Minimal console output, flat schema, easy to filter to failures.", "keywords": [ "agent", "ai", "ai-agent", "coding-agent", "debugging", "e2e", "e2e-testing", "flaky-tests", "json", "json-reporter", "llm", "observability", "opentelemetry", "playwright", "playwright-reporter", "reporter", "test-reporter", "testing", "trace-correlation", "traceparent" ], "bugs": "https://github.com/ClipboardHealth/core-utils/issues", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ClipboardHealth/core-utils.git", "directory": "packages/playwright-reporter-llm" }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "publishConfig": { "access": "public" }, "dependencies": { "tslib": "2.8.1" }, "devDependencies": { "@playwright/test": "1.60.0" }, "peerDependencies": { "@playwright/test": ">=1.50.0" } }