{
  "name": "@reactway/webpack-builder-plugin-write-file",
  "version": "2.0.4",
  "description": "A plugin made for webpack-builder.",
  "keywords": [
    "webpack",
    "webpack-builder",
    "reactway",
    "plugin",
    "file",
    "write-file"
  ],
  "authors": [
    "Martynas Žilinskas <martynas@quatrodev.com> (https://github.com/MartynasZilinskas)",
    "Dovydas Navickas <dovydas@quatrodev.com> (https://github.com/DovydasNavickas)",
    "Eimantas Dumšė <eimantas@quatrodev.com> (https://github.com/EimantasDumse)"
  ],
  "repository": "github:reactway/webpack-builder",
  "bugs": "https://github.com/reactway/webpack-builder/issues",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p .",
    "watch": "tsc -p . -w",
    "pretest": "tsc -p . --noEmit && tslint -p .",
    "test": "jest"
  },
  "files": [
    "dist",
    "**/*.md"
  ],
  "dependencies": {
    "@reactway/webpack-builder": "^2.0.4",
    "tslib": "^1.10.0",
    "upath": "^1.2.0",
    "write-file-webpack-plugin": "^4.5.1"
  },
  "devDependencies": {
    "@types/jest": "^24.0.23",
    "istanbul-azure-reporter": "^0.1.4",
    "jest": "^24.9.0",
    "jest-junit": "^9.0.0",
    "simplr-tslint": "^1.0.0-alpha.14",
    "ts-jest": "^24.2.0",
    "tslint": "^5.20.1",
    "tslint-language-service": "^0.9.9",
    "typescript": "^3.7.2"
  },
  "jest": {
    "verbose": true,
    "preset": "ts-jest",
    "reporters": [
      "default",
      "jest-junit"
    ],
    "collectCoverage": true,
    "testRegex": "/__tests__/.*\\.(test|spec).(ts|tsx)$",
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx}",
      "!src/**/__tests__/*",
      "!src/index.ts"
    ],
    "coverageReporters": [
      "cobertura",
      "istanbul-azure-reporter"
    ]
  }
}
