{
  "_args": [
    [
      "fork-ts-checker-webpack-plugin@5.0.12",
      "/Users/donovan/Sites/bordelais/wp-content/themes/bordelais"
    ]
  ],
  "_development": true,
  "_from": "fork-ts-checker-webpack-plugin@5.0.12",
  "_id": "fork-ts-checker-webpack-plugin@5.0.12",
  "_inBundle": false,
  "_integrity": "sha512-B/NZNlMq6nuPosU6M+QKxRqX9irG/8M2GVwV/4ufzM2R3cm7XQVcG4zLibJowE7e194Qw8/qppjiz+UBKzyZxw==",
  "_location": "/fork-ts-checker-webpack-plugin",
  "_phantomChildren": {
    "@babel/code-frame": "7.10.4",
    "@types/color-name": "1.1.1",
    "@types/parse-json": "4.0.0",
    "at-least-node": "1.0.0",
    "error-ex": "1.3.2",
    "graceful-fs": "4.2.4",
    "json-parse-better-errors": "1.0.2",
    "lines-and-columns": "1.1.6",
    "parent-module": "1.0.1",
    "yaml": "1.10.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fork-ts-checker-webpack-plugin@5.0.12",
    "name": "fork-ts-checker-webpack-plugin",
    "escapedName": "fork-ts-checker-webpack-plugin",
    "rawSpec": "5.0.12",
    "saveSpec": null,
    "fetchSpec": "5.0.12"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-5.0.12.tgz",
  "_spec": "5.0.12",
  "_where": "/Users/donovan/Sites/bordelais/wp-content/themes/bordelais",
  "author": {
    "name": "Piotr Oleś",
    "email": "piotrek.oles@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "contributors": [
    {
      "name": "Piotr Oleś",
      "email": "piotrek.oles@gmail.com",
      "url": "https://github.com/piotr-oles"
    },
    {
      "name": "John Reilly",
      "email": "johnny_reilly@hotmail.com",
      "url": "https://blog.johnnyreilly.com"
    }
  ],
  "dependencies": {
    "@babel/code-frame": "^7.8.3",
    "@types/json-schema": "^7.0.5",
    "chalk": "^4.1.0",
    "cosmiconfig": "^6.0.0",
    "deepmerge": "^4.2.2",
    "fs-extra": "^9.0.0",
    "memfs": "^3.1.2",
    "minimatch": "^3.0.4",
    "schema-utils": "2.7.0",
    "semver": "^7.3.2",
    "tapable": "^1.0.0"
  },
  "description": "Runs typescript type checker and linter on separate process.",
  "devDependencies": {
    "@commitlint/config-conventional": "^8.3.4",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/exec": "^5.0.0",
    "@semantic-release/github": "^7.0.7",
    "@semantic-release/npm": "^7.0.5",
    "@semantic-release/release-notes-generator": "^9.0.1",
    "@types/babel__code-frame": "^7.0.1",
    "@types/cross-spawn": "^6.0.2",
    "@types/eslint": "^6.8.0",
    "@types/fs-extra": "^8.1.0",
    "@types/jest": "^25.2.1",
    "@types/minimatch": "^3.0.1",
    "@types/mock-fs": "^4.10.0",
    "@types/node": "^13.11.1",
    "@types/rimraf": "^3.0.0",
    "@types/semver": "^7.1.0",
    "@types/webpack": "^4.41.11",
    "@typescript-eslint/eslint-plugin": "^2.27.0",
    "@typescript-eslint/parser": "^2.27.0",
    "commitlint": "^8.3.5",
    "cross-env": "^7.0.2",
    "cross-spawn": "^7.0.2",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.3",
    "git-cz": "^4.3.1",
    "husky": "^4.2.5",
    "jest": "^25.3.0",
    "lint-staged": "^10.1.3",
    "mock-fs": "^4.11.0",
    "prettier": "^2.0.4",
    "rimraf": "^3.0.2",
    "semantic-release": "^17.0.0",
    "strip-ansi": "^6.0.0",
    "tree-kill": "^1.2.2",
    "ts-jest": "^25.3.1",
    "typescript": "^3.8.3",
    "webpack": "^4.42.1"
  },
  "engines": {
    "node": ">=10",
    "yarn": ">=1.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/TypeStrong/fork-ts-checker-webpack-plugin#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && yarn build && yarn test:unit",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "fast",
    "fork",
    "linter",
    "webpack",
    "plugin",
    "ts-loader",
    "typescript",
    "webpack"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.ts": "eslint --fix"
  },
  "main": "lib/index.js",
  "name": "fork-ts-checker-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TypeStrong/fork-ts-checker-webpack-plugin.git"
  },
  "scripts": {
    "build": "cross-env rimraf lib && cross-env tsc --version && cross-env tsc",
    "commit": "cross-env git-cz",
    "lint": "cross-env eslint ./src ./test --ext .ts",
    "precommit": "cross-env lint-staged && yarn build && yarn test:unit",
    "semantic-release": "semantic-release",
    "test": "yarn build && yarn test:unit && yarn test:e2e",
    "test:e2e": "npm pack && cross-env jest e2e --ci --runInBand --bail --verbose",
    "test:unit": "cross-env jest unit"
  },
  "types": "lib/index.d.ts",
  "version": "5.0.12"
}
