{
  "name": "fork-ts-checker-webpack-plugin",
  "version": "0.2.6",
  "description": "Runs typescript type checker and linter on separate process.",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test:unit": "mocha -R spec ./test/unit",
    "test:integration": "mocha -R spec ./test/integration && rimraf tmp",
    "test": "npm run test:unit && npm run test:integration",
    "test:watch": "mocha -R spec --watch ./test/unit",
    "test:coverage": "rimraf coverage && istanbul cover -root lib --include-all-sources node_modules/.bin/_mocha -- -R spec ./test/unit ./test/integration",
    "lint": "eslint ./lib ./test",
    "lint:fix": "eslint ./lib ./test --fix"
  },
  "repository": {
    "url": "https://github.com/Realytics/fork-ts-checker-webpack-plugin.git",
    "type": "git"
  },
  "keywords": [
    "webpack",
    "plugin",
    "typescript",
    "type",
    "checker",
    "linter",
    "fork",
    "fast",
    "speed",
    "ts-loader",
    "awesome-typescript-loader",
    "increment",
    "webpack-plugin"
  ],
  "author": "Piotr Oleś <piotrek.oles@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Realytics/fork-ts-checker-webpack-plugin/issues"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.19.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.4.1",
    "mock-fs": "^4.3.0",
    "mock-require": "^2.0.2",
    "rimraf": "^2.5.4",
    "sinon": "^2.3.1",
    "ts-loader": "^2.1.0",
    "tslint": "^5.0.0",
    "typescript": "^2.1.0",
    "webpack": "^3.0.0"
  },
  "peerDependencies": {
    "typescript": "^2.1.0",
    "webpack": "^2.0.0 || ^3.0.0"
  },
  "dependencies": {
    "babel-code-frame": "^6.22.0",
    "chalk": "^1.1.3",
    "chokidar": "^1.7.0",
    "lodash.endswith": "^4.2.1",
    "lodash.isfunction": "^3.0.8",
    "lodash.isstring": "^4.0.1",
    "lodash.startswith": "^4.2.1"
  }
}
