{
  "name": "@andrius-vet/wdio-timeline-reporter",
  "version": "5.1.5",
  "description": "A WebdriverIO reporter. Creates a simple HTML report after test runs",
  "main": "build/timeline-reporter.js",
  "scripts": {
    "clean": "rimraf ./build",
    "build": "npm run clean && tsc",
    "release": "np patch",
    "release:patch": "npm run build && np patch",
    "release:minor": "npm run build && np minor",
    "release:major": "npm run build && np major",
    "test": "mocha -r ts-node/register ./tests/*.ts",
    "prepublish": "npm prune"
  },
  "directories": {
    "lib": "./build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/QualityOps/wdio-timeline-reporter.git"
  },
  "keywords": [
    "timeline",
    "reporter",
    "webdriverio",
    "wdio",
    "wdio-plugin",
    "wdio-reporter"
  ],
  "author": "dev@qops.io",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/QualityOps/wdio-timeline-reporter/issues"
  },
  "dependencies": {
    "@wdio/logger": "^5.8.0",
    "@wdio/reporter": "^5.7.8",
    "date-fns": "^2.2.1",
    "humanize-duration": "^3.18.0",
    "jimp": "^0.14.0",
    "react": "^16.6.3",
    "react-dom": "^16.6.3"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/humanize-duration": "^3.18.0",
    "@types/mocha": "^5.2.6",
    "@types/node": "^12.0.2",
    "@types/react": "^16.7.6",
    "@types/react-dom": "^16.0.9",
    "chai": "^4.2.0",
    "circular-json": "^0.5.7",
    "mocha": "^6.1.4",
    "np": "^3.0.4",
    "rimraf": "^2.6.2",
    "ts-node": "^8.1.0",
    "typescript": "^3.4.5"
  }
}
