{
  "name": "wct-istanbub",
  "version": "0.2.10",
  "description": "Instanbuljs coverage reporting for projects being tested by web-component-tester",
  "main": "lib/plugin.js",
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text mocha",
    "snyk-protect": "snyk protect",
    "prepublish": "npm run snyk-protect"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Bubbit/wct-istanbub.git"
  },
  "keywords": [
    "web-component-tester",
    "istanbuljs",
    "coverage",
    "wct"
  ],
  "author": "Remco Gubbels",
  "contributors": [
    {
      "name": "Dane O'Connor"
    },
    {
      "name": "Jimi van der Woning"
    },
    {
      "name": "Westbrook Johnson"
    }
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Bubbit/wct-istanbub/issues"
  },
  "homepage": "https://github.com/Bubbit/wct-istanbub",
  "dependencies": {
    "convert-source-map": "^1.5.1",
    "express": "^4.16.2",
    "html-script-hook": "^0.10.0",
    "istanbul-api": "^2.0.6",
    "istanbul-lib-coverage": "^2.0.1",
    "istanbul-lib-instrument": "^3.0.0",
    "istanbul-lib-report": "^2.0.1",
    "istanbul-lib-source-maps": "^2.0.1",
    "merge-source-map": "^1.1.0",
    "minimatch": "^3.0.0",
    "polymer-build": "^3.0.1",
    "polyserve": "^0.27.11",
    "web-component-tester": "^6.6.0",
    "snyk": "^1.230.5"
  },
  "wct-plugin": {
    "cli-options": {
      "reporters": {
        "help": "List of reporters to use",
        "full": "reporters",
        "list": true
      },
      "configFile": {
        "help": "Istanbul configuration file",
        "full": "config-file",
        "metavar": "PATH"
      },
      "exclude": {
        "help": "Scripts to exclude from testing",
        "full": "exclude"
      },
      "include": {
        "help": "Scripts to include in testing",
        "full": "include"
      }
    }
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "nyc": "^11.8.0",
    "sinon": "^5.0.8"
  },
  "snyk": true
}
