{
  "name": "rearguard",
  "version": "5.2.52",
  "description": "Tools for development browser (dll, lib, app), node (lib, app), isomorphic (lib).",
  "engines": {
    "node": ">=10 <13",
    "npm": ">=6 <7"
  },
  "files": [
    "lib"
  ],
  "bin": {
    "rearguard": "./lib/bin/rearguard.js"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "homepage": "https://github.com/mitya-borodin/rearguard",
  "bugs": {
    "url": "https://github.com/mitya-borodin/rearguard/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mitya-borodin/rearguard.git"
  },
  "author": {
    "name": "Dmitriy Borodin",
    "email": "dmitriy@borodin.site",
    "url": "http://borodin.site"
  },
  "scripts": {
    "start": "tsc --watch",
    "build": "npm run validate && tsc && npm run templates",
    "lint": "eslint src/**/*.ts bin/**/*.ts",
    "lint-fix": "eslint --fix src/**/*.ts bin/**/*.ts",
    "typecheck": "tsc --noEmit",
    "validate-prettiness": "prettier -c '**/*.{ts,json,md}'",
    "validate": "npm run lint && npm run typecheck && npm run validate-prettiness",
    "make-prettier": "prettier --write '**/*.{ts,json,md}'",
    "templates": "ts-node ./tools/copyTemplateFiles.ts",
    "prestart": "npm run validate && npm run templates",
    "pretest": "npm run validate && npm run templates",
    "prepublishOnly": "npm run build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged",
      "pre-push": "npm run validate"
    }
  },
  "dependencies": {
    "@rtcts/isomorphic": "1.1.6",
    "@rtcts/utils": "1.1.6",
    "assets-webpack-plugin": "3.9.12",
    "autoprefixer": "9.7.6",
    "case-sensitive-paths-webpack-plugin": "2.3.0",
    "chalk": "4.0.0",
    "chokidar": "3.4.0",
    "clean-webpack-plugin": "3.0.0",
    "concurrently": "5.2.0",
    "copy": "0.3.2",
    "css-loader": "3.5.3",
    "del": "5.1.0",
    "delay": "4.3.0",
    "dotenv": "8.2.0",
    "ejs": "3.1.2",
    "escape-string-regexp": "4.0.0",
    "eslint": "7.0.0",
    "eslint-config-prettier": "6.11.0",
    "eslint-loader": "4.0.2",
    "eventemitter3": "4.0.4",
    "execa": "4.0.1",
    "file-loader": "6.0.0",
    "find-process": "1.4.3",
    "fork-ts-checker-webpack-plugin": "4.1.4",
    "glob": "7.1.6",
    "html-webpack-plugin": "4.3.0",
    "inquirer": "7.1.0",
    "isomorphic-style-loader": "5.1.0",
    "loader-utils": "2.0.0",
    "lodash.debounce": "4.0.8",
    "lodash.merge": "4.6.2",
    "lodash.snakecase": "4.1.1",
    "mini-css-extract-plugin": "0.9.0",
    "mkdirp": "1.0.4",
    "moment": "2.25.3",
    "node-object-hash": "2.0.0",
    "optimize-css-assets-webpack-plugin": "5.0.3",
    "ora": "4.0.4",
    "pnp-webpack-plugin": "1.6.4",
    "postcss-css-variables": "0.17.0",
    "postcss-flexbugs-fixes": "4.2.1",
    "postcss-import": "12.0.1",
    "postcss-loader": "3.0.0",
    "postcss-normalize": "9.0.0",
    "postcss-preset-env": "6.7.0",
    "postcss-safe-parser": "4.0.2",
    "prettier": "2.0.5",
    "prettier-package-json": "2.1.3",
    "raw-loader": "4.0.1",
    "recursive-copy": "2.0.10",
    "resolve": "1.17.0",
    "resolve-url-loader": "3.1.1",
    "sass-loader": "8.0.2",
    "semver": "7.3.2",
    "style-loader": "1.2.1",
    "stylelint-formatter-pretty": "2.0.1",
    "stylelint-webpack-plugin": "2.0.0",
    "terser-webpack-plugin": "3.0.1",
    "ts-loader": "7.0.4",
    "ts-node": "8.10.1",
    "ts-node-dev": "1.0.0-pre.44",
    "tslib": "1.12.0",
    "typescript": "3.9.2",
    "url-loader": "4.1.0",
    "webpack": "4.43.0",
    "webpack-bundle-analyzer": "3.7.0",
    "webpack-dev-server": "3.11.0",
    "webpack-manifest-plugin": "2.2.0",
    "workbox-build": "5.1.3",
    "worker-loader": "2.0.0"
  },
  "devDependencies": {
    "@types/assets-webpack-plugin": "3.9.0",
    "@types/autoprefixer": "9.7.2",
    "@types/case-sensitive-paths-webpack-plugin": "2.1.4",
    "@types/concurrently": "5.2.0",
    "@types/copy": "0.3.1",
    "@types/ejs": "3.0.3",
    "@types/eslint": "6.8.0",
    "@types/file-loader": "4.2.0",
    "@types/glob": "7.1.1",
    "@types/html-webpack-plugin": "3.2.2",
    "@types/inquirer": "6.5.0",
    "@types/jest": "25.2.1",
    "@types/loader-utils": "1.1.3",
    "@types/lodash.merge": "4.6.6",
    "@types/lodash.snakecase": "4.1.6",
    "@types/mini-css-extract-plugin": "0.9.1",
    "@types/mkdirp": "1.0.0",
    "@types/node": "13.13.5",
    "@types/optimize-css-assets-webpack-plugin": "5.0.1",
    "@types/prettier": "2.0.0",
    "@types/prettier-package-json": "2.1.0",
    "@types/resolve": "1.17.0",
    "@types/semver": "7.1.0",
    "@types/stylelint-webpack-plugin": "0.1.5",
    "@types/terser-webpack-plugin": "2.2.0",
    "@types/webpack": "4.41.12",
    "@types/webpack-bundle-analyzer": "2.13.3",
    "@types/webpack-dev-server": "3.10.1",
    "@types/webpack-manifest-plugin": "2.1.0",
    "@typescript-eslint/eslint-plugin": "2.32.0",
    "@typescript-eslint/parser": "2.32.0",
    "husky": "4.2.5",
    "jest": "26.0.1",
    "jest-html-reporters": "1.2.1",
    "jest-junit": "10.0.0",
    "np": "6.2.3",
    "pretty-quick": "2.0.1",
    "ts-jest": "25.5.1"
  },
  "keywords": [
    "build-tool",
    "build",
    "webpack",
    "module-federation",
    "typescript",
    "javascript",
    "browser",
    "isomorphic",
    "library",
    "node",
    "mono",
    "repository",
    "css",
    "scss",
    "react",
    "postcss",
    "eslint",
    "stylelint",
    "css-loader",
    "style-loader",
    "eslint-loader",
    "ts-loader",
    "stylelint-webpack-plugin",
    "fork-ts-checker-webpack-plugin",
    "worker-loader",
    "jest"
  ],
  "license": "MIT"
}
