{
  "name": "webpack-universal-compiler",
  "version": "1.5.5",
  "main": "lib/exports.js",
  "module": "es/exports.js",
  "author": "Daniil Veremchuk <daniel@verydanny.com>",
  "description": "Library that creates a hot reloadable client and server webpack instance for universal (SSR) apps.",
  "scripts": {
    "clean": "yarn clean:commonjs && yarn clean:es",
    "clean:commonjs": "rm -rf lib",
    "clean:es": "rm -rf es",
    "compile:commonjs": "yarn clean:commonjs && yarn tsc --module commonjs -d -p ./",
    "compile:es": "yarn clean:es && yarn tsc --module es6 --outDir es -p ./",
    "compile:watch": "yarn clean:commonjs && yarn tsc --declaration --module commonjs -w -p ./",
    "compile:es:commonjs": "yarn compile:commonjs && yarn compile:es",
    "tsc:declarationsOnly": "yarn clean && tsc --declaration --emitDeclarationOnly -p ./",
    "lint": "yarn eslint ./src/**/*",
    "lint:fix": "yarn eslint ./src/**/* --fix",
    "prepublishOnly": "yarn lint && yarn compile:es:commonjs"
  },
  "bugs": {
    "url": "https://github.com/rentpath/webpack-universal-compiler/issues"
  },
  "homepage": "https://github.com/rentpath/webpack-universal-compiler",
  "keywords": [
    "webpack",
    "react",
    "SSR",
    "universal",
    "react universal",
    "server side render",
    "server rendering",
    "webpack universal"
  ],
  "files": [
    "external",
    "types",
    "lib",
    "es",
    "webpack-logo.png"
  ],
  "engines": {
    "yarn": ">= 1.12.0",
    "node": ">= 10.9.0"
  },
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "@types/callsite": "^1.0.30",
    "@types/express": "^4.17.6",
    "@types/mkdirp": "0.5.2",
    "@types/node": "^13.13.5",
    "@types/node-notifier": "^6.0.1",
    "@types/webpack": "^4.41.12",
    "@types/webpack-dev-middleware": "^3.7.0",
    "@types/webpack-hot-middleware": "^2.25.2",
    "@typescript-eslint/eslint-plugin": "^2.32.0",
    "@typescript-eslint/parser": "^2.32.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "express": "^4.17.1",
    "json-schema": "^0.2.5",
    "prettier": "^2.0.5",
    "typescript": "^3.9.2",
    "webpack": "^4.43.0",
    "webpack-hot-middleware": ">= 2.20.0",
    "yargs": "^15.3.1"
  },
  "peerDependencies": {
    "webpack-hot-middleware": ">= 2.20.0"
  },
  "dependencies": {
    "aggregate-error": "^3.0.1",
    "anser": "^1.4.9",
    "callsite": "^1.0.0",
    "chalk": "^4.0.0",
    "compose-middleware": "^5.0.1",
    "decache": "^4.6.0",
    "figures": "^3.1.0",
    "fs-monkey": "^1.0.0",
    "indent-string": "^4.0.0",
    "memfs": "3.1.2",
    "memory-fs": "^0.5.0",
    "mkdirp": "0.5.5",
    "node-notifier": "^7.0.0",
    "pretty-error": "^2.1.1",
    "read-pkg-up": "^7.0.0",
    "require-from-memory": "^1.0.2",
    "strip-ansi": "^6.0.0",
    "unionfs": "^4.4.0",
    "webpack-dev-middleware": "^3.7.2",
    "webpack-hot-middleware": ">= 2.20.0"
  }
}
