{
  "name": "webpack-bundle-analyzer",
  "version": "5.3.0",
  "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
  "keywords": [
    "webpack",
    "bundle",
    "analyzer",
    "modules",
    "size",
    "interactive",
    "chart",
    "treemap",
    "zoomable",
    "zoom"
  ],
  "homepage": "https://github.com/webpack/webpack-bundle-analyzer",
  "bugs": {
    "url": "https://github.com/webpack/webpack-bundle-analyzer/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack/webpack-bundle-analyzer.git"
  },
  "license": "MIT",
  "author": "Yury Grunin <grunin.ya@ya.ru>",
  "main": "lib/index.js",
  "bin": "lib/bin/analyzer.js",
  "files": [
    "public",
    "lib"
  ],
  "scripts": {
    "clean:analyzer": "del-cli lib",
    "clean:viewer": "del-cli public",
    "clean": "npm run clean:analyzer && npm run clean:viewer",
    "build:analyzer": "npm run clean:analyzer && babel src -d lib --copy-files",
    "build:viewer": "npm run clean:viewer && webpack-cli --node-env=production",
    "build": "npm run build:analyzer && npm run build:viewer",
    "watch:analyzer": "npm run build:analyzer -- --watch",
    "watch:viewer": "npm run build:viewer -- --node-env=development --watch",
    "npm-publish": "npm run lint && npm run build && npm test && npm publish",
    "lint": "npm run lint:code && npm run lint:types && npm run fmt:check",
    "lint:code": "eslint --cache .",
    "lint:types": "tsc --pretty --noEmit",
    "fmt": "npm run fmt:base -- --log-level warn --write",
    "fmt:check": "npm run fmt:base -- --check",
    "fmt:base": "prettier --cache --ignore-unknown .",
    "fix": "npm run fix:code && npm run fmt",
    "test": "NODE_OPTIONS=--openssl-legacy-provider jest --runInBand",
    "test:coverage": "npm run test -- --coverage",
    "test-dev": "NODE_OPTIONS=--openssl-legacy-provider jest --watch --runInBand",
    "version": "changeset version",
    "release": "npm run build && changeset publish"
  },
  "dependencies": {
    "@discoveryjs/json-ext": "^0.6.3",
    "acorn": "^8.0.4",
    "acorn-walk": "^8.0.0",
    "commander": "^14.0.2",
    "escape-string-regexp": "^5.0.0",
    "html-escaper": "^3.0.3",
    "opener": "^1.5.2",
    "picocolors": "^1.0.0",
    "sirv": "^3.0.2",
    "ws": "^8.19.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.26.9",
    "@babel/plugin-transform-class-properties": "^7.27.1",
    "@babel/plugin-transform-runtime": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3",
    "@babel/runtime": "^7.26.9",
    "@carrotsearch/foamtree": "^3.5.0",
    "@changesets/cli": "^2.30.0",
    "@changesets/get-github-info": "^0.8.0",
    "@types/html-escaper": "^3.0.4",
    "@types/opener": "^1.4.3",
    "autoprefixer": "^10.2.5",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^10.0.0",
    "classnames": "^2.3.1",
    "core-js": "^3.12.1",
    "css-loader": "^7.1.3",
    "cssnano": "^7.1.2",
    "debounce": "^3.0.0",
    "del-cli": "^7.0.0",
    "eslint": "^9.39.2",
    "eslint-config-webpack": "^4.9.3",
    "filesize": "^11.0.13",
    "jest": "^30.2.0",
    "mobx": "^6.15.0",
    "mobx-react": "^9.2.1",
    "postcss": "^8.3.0",
    "postcss-loader": "^8.2.0",
    "preact": "^10.5.13",
    "prettier": "^3.8.0",
    "prop-types": "^15.8.1",
    "puppeteer": "^24.30.0",
    "style-loader": "^4.0.0",
    "terser-webpack-plugin": "^5.1.2",
    "tinyglobby": "^0.2.15",
    "typescript": "^5.9.3",
    "webpack": "^5.105.2",
    "webpack-4": "npm:webpack@^4",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.0"
  },
  "packageManager": "npm@10.1.0",
  "engines": {
    "node": ">= 20.9.0"
  },
  "changelog": "https://github.com/webpack/webpack-bundle-analyzer/blob/main/CHANGELOG.md"
}
