{
    "name": "monocart-reporter",
    "version": "2.10.0",
    "description": "A playwright test reporter. Shows suites/cases/steps with tree style, markdown annotations, custom columns/formatters/data collection visitors, console logs, style tags, send email.",
    "main": "lib/index.js",
    "bin": {
        "monocart": "lib/cli.js"
    },
    "exports": {
        ".": {
            "types": "./lib/index.d.ts",
            "import": "./lib/index.mjs",
            "require": "./lib/index.js",
            "default": "./lib/index.js"
        },
        "./cli": "./lib/cli.js",
        "./package.json": "./package.json"
    },
    "types": "./lib/index.d.ts",
    "scripts": {
        "link": "node ./scripts/link.js",
        "test": "npm run link && npx playwright test -c tests",
        "test-example": "npm run link && npx playwright test tests/example -c tests",
        "test-data": "npm run link && npx playwright test tests/data -c tests",
        "test-page": "npm run link && npx playwright test tests/home-page -c tests",
        "test-coverage": "npm run link && npx playwright test tests/report-coverage -c tests",
        "test-network": "npm run link && npx playwright test tests/report-network -c tests",
        "test-state": "npm run link && npx playwright test tests/state -c tests",
        "build": "sf lint && sf b -p",
        "dev": "sf d app -w .temp/monocart/index.json",
        "patch": "npm run build && sf publish patch -r",
        "mock-download": "node ./scripts/mock-download.js",
        "mock-serve": "node ./scripts/mock-serve.js"
    },
    "workspaces": [],
    "files": [
        "lib"
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cenfun/monocart-reporter.git"
    },
    "dependencies": {
        "console-grid": "^2.2.3",
        "eight-colors": "^1.3.1",
        "koa": "^3.0.1",
        "koa-static-resolver": "^1.0.6",
        "lz-utils": "^2.1.0",
        "monocart-coverage-reports": "^2.12.9",
        "monocart-locator": "^1.0.2",
        "nodemailer": "^7.0.6"
    },
    "devDependencies": {
        "@babel/code-frame": "^7.27.1",
        "@playwright/test": "^1.55.1",
        "ansi-to-html": "^0.7.2",
        "async-tick": "^1.0.0",
        "autolinker": "^4.1.5",
        "axios": "^1.12.2",
        "commander": "^14.0.1",
        "dotenv": "^17.2.2",
        "eslint": "^9.36.0",
        "eslint-config-plus": "^2.0.3",
        "eslint-plugin-html": "^8.1.3",
        "eslint-plugin-vue": "^10.5.0",
        "file-saver": "^2.0.5",
        "find-up": "^8.0.0",
        "github-markdown-css": "^5.8.1",
        "glob": "^11.0.3",
        "marked": "^16.3.0",
        "mermaid": "^11.12.0",
        "mitt": "^3.0.1",
        "monocart-code-viewer": "^1.1.5",
        "monocart-formatter": "^3.0.1",
        "nice-ticks": "^1.0.2",
        "node-stream-zip": "^1.15.0",
        "open": "8.4.2",
        "sanitize-filename": "^1.6.3",
        "stack-utils": "^2.0.6",
        "stylelint": "^16.24.0",
        "stylelint-config-plus": "^1.1.4",
        "supports-color": "^10.2.2",
        "turbogrid": "^3.2.1",
        "vine-ui": "^3.1.18",
        "ws": "^8.18.3",
        "yazl": "^3.3.1"
    }
}