{
  "name": "@jsdevtools/coverage-istanbul-loader",
  "version": "3.0.5",
  "description": "A Webpack loader that uses Istanbul to add code coverage instrumentation",
  "keywords": [
    "webpack-loader",
    "webpack",
    "loader",
    "istanbul",
    "coverage",
    "code coverage",
    "instrumentation",
    "instrumenter",
    "sourcemap",
    "source-map",
    "sourcemaps",
    "source-maps"
  ],
  "author": {
    "name": "James Messinger",
    "url": "https://jamesmessinger.com"
  },
  "license": "MIT",
  "homepage": "https://jstools.dev/coverage-istanbul-loader",
  "repository": {
    "type": "git",
    "url": "https://github.com/JS-DevTools/coverage-istanbul-loader.git"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "clean": "shx rm -rf .nyc_output coverage lib",
    "lint": "eslint src test/specs test/utils",
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "mocha && npm run lint",
    "coverage": "nyc node_modules/mocha/bin/mocha",
    "upgrade": "npm-check -u && npm audit fix",
    "bump": "bump --tag --push --all",
    "release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
  },
  "dependencies": {
    "convert-source-map": "^1.7.0",
    "istanbul-lib-instrument": "^4.0.3",
    "loader-utils": "^2.0.0",
    "merge-source-map": "^1.1.0",
    "schema-utils": "^2.7.0"
  },
  "devDependencies": {
    "@jsdevtools/eslint-config": "^1.0.3",
    "@jsdevtools/version-bump-prompt": "^6.0.5",
    "@types/convert-source-map": "^1.5.1",
    "@types/istanbul-lib-instrument": "^1.7.4",
    "@types/json-schema": "^7.0.5",
    "@types/loader-utils": "^2.0.1",
    "@types/node": "^14.0.23",
    "@types/webpack": "^4.41.21",
    "chai": "^4.2.0",
    "eslint": "^7.4.0",
    "mocha": "^8.0.1",
    "npm-check": "^5.9.2",
    "nyc": "^15.1.0",
    "shx": "^0.3.2",
    "typescript": "^3.9.6",
    "webpack": "^4.43.0"
  }
}
