{
  "name": "bundle-stats",
  "version": "4.22.3",
  "description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
  "bin": {
    "bundle-stats": "bin/index.js"
  },
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 14.0"
  },
  "scripts": {
    "copy-fixtures": "./scripts/copy-fixtures.sh",
    "build": "npm run clean && npm run copy-fixtures && tsdown",
    "clean": "rimraf lib",
    "lint": "eslint .",
    "serve-demo": "./bin/index.js --demo && http-server dist",
    "test": "echo \"No tests\" && exit 0",
    "test:package": "cd test/package && npm install --force && npm test --",
    "test:e2e": "playwright test"
  },
  "keywords": [
    "webpack",
    "bundle-size",
    "bundle-analyzer",
    "bundle-stats",
    "stats",
    "bundle",
    "size",
    "assets",
    "chunks",
    "modules"
  ],
  "author": {
    "name": "Viorel Cojocaru",
    "email": "vio@relative-ci.com",
    "url": "https://relative-ci.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/relative-ci/bundle-stats.git"
  },
  "bugs": {
    "url": "https://github.com/relative-ci/bundle-stats/issues"
  },
  "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
  "dependencies": {
    "@bundle-stats/cli-utils": "^4.22.3",
    "@bundle-stats/plugin-webpack-filter": "^4.22.3",
    "@bundle-stats/plugin-webpack-validate": "^4.22.3",
    "@bundle-stats/utils": "^4.22.3",
    "boxen": "^5.0.0",
    "core-js": "^3.50.0",
    "fs-extra": "^11.4.0",
    "listr2": "^5.0.1",
    "lodash": "^4.18.1",
    "yargs": "^17.4.0"
  },
  "devDependencies": {
    "@playwright/test": "1.62.1",
    "@types/fs-extra": "^11.0.0",
    "@types/listr": "^0.14.4",
    "@types/update-notifier": "6.0.8",
    "@types/yargs": "^17.0.20",
    "http-server": "14.1.1",
    "jest": "30.4.2",
    "rimraf": "6.1.3",
    "tsdown": "0.22.14",
    "typescript": "5.9.3",
    "update-notifier": "7.3.1"
  },
  "gitHead": "40d689d101ffc69421f87e29fb7449b4f1ae8bff"
}
