{
  "author": "Ivan Orlov",
  "bugs": {
    "url": "https://github.com/fuse-box/fuse-box/issues"
  },
  "collective": {
    "logo": "https://opencollective.com/opencollective/logo.txt",
    "type": "opencollective",
    "url": "https://opencollective.com/fuse-box"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    },
    "validate-commit-msg": {
      "helpMessage": "Valid commit message formats are: \n - <type>(<scope>): <subject> \n - <type>: <subject>",
      "scope": {
        "allowed": [
          "*"
        ],
        "multiple": false,
        "required": false,
        "validate": false
      }
    }
  },
  "dependencies": {
    "@typescript-eslint/typescript-estree": "^4.9.0",
    "app-root-path": "^3.0.0",
    "astring": "^1.4.3",
    "base64-js": "^1.5.1",
    "chokidar": "3.4.3",
    "clean-css": "^4.2.3",
    "comment-json": "^4.1.0",
    "convert-source-map": "^1.7.0",
    "express": "^4.17.1",
    "fs-extra": "^9.0.1",
    "fuse-concat-with-sourcemaps": "^1.0.5",
    "get-port": "^5.1.1",
    "glob": "^7.1.6",
    "http-proxy-middleware": "^1.0.6",
    "ieee754": "^1.2.1",
    "lego-api": "^1.0.8",
    "lodash.merge": "^4.6.2",
    "meriyah": "3.1.6",
    "offset-sourcemap-lines": "^1.0.1",
    "open": "^7.3.0",
    "postcss": "^8.1.14",
    "postcss-import": "^13.0.0",
    "pretty-time": "^1.1.0",
    "source-map": "^0.7.3",
    "source-map-support": "^0.5.19",
    "stream-browserify": "^3.0.0",
    "terser": "^5.5.1",
    "typescript": "^4.1.2",
    "ws": "^7.4.1"
  },
  "description": "Fuse-Box a bundler that does it right",
  "devDependencies": {
    "@types/jest": "^26.0.16",
    "@types/lodash.merge": "^4.6.6",
    "@types/node": "^14.14.10",
    "@types/styled-components": "^5.1.4",
    "codecov": "^3.8.1",
    "commitizen": "^4.2.2",
    "consolidate": "^0.16.0",
    "conventional-changelog-cli": "^2.1.1",
    "cross-env": "^7.0.3",
    "cz-conventional-changelog": "^3.3.0",
    "electron": "^11.0.3",
    "electron-settings": "^4.0.2",
    "fuse-box-typechecker": "^3.0.1",
    "hammerjs": "^2.0.8",
    "homedir": "^0.6.0",
    "husky": "4.3.4",
    "jest": "^26.6.3",
    "jsdom": "^16.4.0",
    "less": "^3.12.2",
    "lodash-es": "^4.17.15",
    "marked": "^1.2.5",
    "minify-html-literals": "^1.3.2",
    "moment": "^2.29.1",
    "node-sass": "^5.0.0",
    "npm-run-all": "^4.1.5",
    "postcss-modules": "^4.0.0",
    "postcss-modules-scope": "^3.0.0",
    "postcss-selector-parser": "^6.0.4",
    "precss": "^4.0.0",
    "prettier": "^2.2.1",
    "pug": "^3.0.0",
    "react": "^17.0.1",
    "react-apollo": "^3.1.5",
    "react-dom": "^17.0.1",
    "reflect-metadata": "^0.1.13",
    "run-sequence": "^2.2.1",
    "rxjs": "^6.6.3",
    "should": "^13.2.3",
    "styled-components": "^5.2.1",
    "stylus": "^0.54.8",
    "sucrase": "^3.16.0",
    "tinymce": "^5.6.1",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.1.0",
    "tslib": "^2.0.3",
    "typedoc": "^0.19.2",
    "typescript-plugin-styled-components": "^1.4.4",
    "validate-commit-msg": "^2.14.0"
  },
  "engines": {
    "node": ">= 8",
    "npm": ">= 3.10.10"
  },
  "homepage": "https://github.com/fuse-box/fuse-box#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "fuse-box",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fuse-box/fuse-box.git"
  },
  "scripts": {
    "alpha": "ts-node -T fuse publish-alpha",
    "changelog": "run-s changelog:generate changelog:format",
    "changelog:format": "prettier --write CHANGELOG.md",
    "changelog:generate": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "codecov": "codecov",
    "commit": "git-cz",
    "commitmsg": "validate-commit-msg",
    "coverage": "jest --verbose --coverage",
    "coverage-ci": "jest --verbose --coverage --runInBand",
    "devDeps": "gulp installDevDeps",
    "dist": "ts-node -T fuse dist",
    "document": "ts-node -T fuse document",
    "format": "prettier --list-different \"src/**/*.{js,json,md,ts,yml}\"",
    "format:fix": "prettier --write \"src/**/*.{js,json,md,ts,yml}\"",
    "next": "ts-node -T fuse publish-next",
    "test": "jest --verbose",
    "test-ci": "jest --verbose --runInBand",
    "test.watch": "jest --watch",
    "typecheck": "ts-node -T fuse typecheck"
  },
  "typings": "index.d.ts",
  "version": "4.0.0"
}