{
  "name": "@akqa-frontline/js-config-webpack-plugin",
  "version": "0.8.1",
  "license": "ISC",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "postbuild": "copyfiles -f src/config/babel.config.js lib/config",
    "test": "jest --verbose --runInBand --detectOpenHandles",
    "test-watch": "jest --verbose --watch --runInBand --detectOpenHandles",
    "test-coverage": "jest --verbose --coverage --runInBand --detectOpenHandles",
    "update-snapshots": "jest -u --runInBand"
  },
  "peerDependencies": {
    "typescript": ">=3.9.0",
    "webpack": ">=4.0.0"
  },
  "optionalDependencies": {
    "typescript": ">=3.9.0"
  },
  "dependencies": {
    "@babel/core": "7.7.2",
    "@babel/plugin-proposal-class-properties": "7.7.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "7.2.0",
    "@babel/plugin-transform-runtime": "7.6.2",
    "@babel/preset-env": "7.7.1",
    "@babel/preset-react": "7.7.0",
    "@babel/preset-typescript": "^7.8.3",
    "@babel/runtime": "7.7.2",
    "@babel/runtime-corejs3": "7.7.2",
    "@svgr/webpack": "4.3.3",
    "@types/terser-webpack-plugin": "2.2.0",
    "babel-loader": "8.0.6",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "browserslist": "4.7.3",
    "core-js": "3.4.1",
    "react-hot-loader": "4.12.19",
    "terser-webpack-plugin": "2.2.1",
    "typescript": "3.9.3",
    "webpack": "4.41.2"
  },
  "devDependencies": {
    "@types/jest": "24.0.23",
    "@types/node": "12.12.11",
    "@types/prop-types": "15.7.3",
    "@types/react": "16.9.13",
    "@types/webpack": "4.41.0",
    "@typescript-eslint/eslint-plugin": "2.8.0",
    "@typescript-eslint/parser": "2.8.0",
    "copyfiles": "2.2.0",
    "fork-ts-checker-webpack-plugin": "4.0.5",
    "jest": "24.9.0",
    "jsdom": "15.2.1",
    "prop-types": "15.7.2",
    "react": "16.12.0",
    "react-dom": "16.12.0",
    "rimraf": "3.0.0",
    "sourcemap-validator": "2.1.0",
    "ts-jest": "24.1.0"
  },
  "jest": {
    "browser": false,
    "preset": "ts-jest",
    "testEnvironment": "node",
    "watchPathIgnorePatterns": [
      "<rootDir>/test/fixtures"
    ],
    "coveragePathIgnorePatterns": [
      "node_modules",
      "fixtures",
      "dist"
    ],
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!test/jsDomWindowContext.{js,ts}"
    ],
    "coverageReporters": [
      "text"
    ]
  },
  "engines": {
    "npm": ">=5",
    "node": ">=6"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "b8db4302f145a004526be44f7858ab9c4b854431"
}
