{
  "name": "@rpii/wdio-html-reporter",
  "version": "7.7.1",
  "description": "WebdriverIO report plugin. Create an HTML formatted report. compatible with webdriverio version 7",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "symlink": "npm link",
    "use:symlink": "npm link @rpii/wdio-html-reporter",
    "clean": "rimraf ./lib  ./reports ./logs",
    "clean:build": "rimraf ./lib",
    "clean:reports": "rimraf ./reports",
    "clean:logs": "rimraf ./logs",
    "test": "mocha ./test/**/*.ts",
    "test:invalid": "mocha ./test/invalid.test.spec.ts",
    "test:reporter": "mocha ./test/reporter.spec.ts",
    "copyjs": "copyfiles --flat --verbose js/*.* ./reports/html-reports/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:rpii/wdio-html-reporter.git"
  },
  "directories": {
    "src": "./src"
  },
  "keywords": [
    "html",
    "reporter",
    "webdriverio",
    "wdio",
    "wdio-plugin",
    "wdio-reporter",
    "wdio-html-reporter",
    "wdio-html-format-reporter"
  ],
  "author": "Rich Peters <16782353+rpii@users.noreply.github.com>",
  "license": "MIT",
  "bugs": {
    "url": "http://github.com/rpii/wdio-html-reporter/issues"
  },
  "homepage": "http://github.com/rpii/wdio-html-reporter#readme",
  "dependencies": {
    "@log4js-node/log4js-api": "^1.0.2",
    "copyfiles": "^2.3.0",
    "fs-extra": "^9.0.0",
    "handlebars": "^4.7.7",
    "image-to-base64": "^2.2.0",
    "dayjs": "^1.10.5",
    "open": "^8.2.0"
  },
  "devDependencies": {
    "@types/node": "^14.14.31",
    "@types/chai": "^4.2.18",
    "@types/mocha": "^8.2.2",
    "@wdio/types": "7.7.3",
    "@rpii/wdio-report-events": "^0.1.3",
    "@wdio/reporter": "^7.7.3",
    "ts-node": "^10.0.0",
    "tsconfig-paths": "^3.9.0",
    "typescript": "^4.3.2",
    "concat": "^1.0.3",
    "chai": "^4.3.4",
    "log4js": "^6.3.0",
    "mocha": "^8.4.0",
    "rimraf": "^3.0.2",
    "@wdio/cli": "^7.7.3",
    "typescript-string-operations": "^1.4.1"
  },
  "contributors": [
    "Rich Peters <16782353+rpii@users.noreply.github.com>"
  ]
}
