{
  "name": "@sakamoto66/playwright-markdown-timeline-reporter",
  "version": "0.2.2",
  "private": false,
  "description": "Generate Markdown Gantt charts for test results obtained using Playwright. Simplify visualization and understanding of test timelines.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sakamoto66/playwright-markdown-timeline-reporter.git"
  },
  "bugs": {
    "url": "https://github.com/sakamoto66/playwright-markdown-timeline-reporter/issues"
  },
  "homepage": "https://github.com/sakamoto66/playwright-markdown-timeline-reporter/",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "keywords": [
    "playwright",
    "reporter",
    "markdown",
    "timeline",
    "mermaid"
  ],
  "author": "sakamoto66",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "@playwright/test": "^1.35.1",
    "@types/marked": "^5.0.0",
    "marked": "^5.1.0",
    "marked-gfm-heading-id": "^3.0.4",
    "mermaid": "^10.2.3",
    "vega": "^5.25.0",
    "vega-lite": "^5.9.3"
  }
}
