{
  "name": "package-build-stats",
  "version": "9.0.0",
  "type": "module",
  "author": "Shubham Kanodia <shubham.kanodia10@gmail.com>",
  "repository": "https://github.com/pastelsky/package-build-stats",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22.0.0",
    "npm": ">=10.0.0"
  },
  "files": [
    "build",
    "bin",
    "src"
  ],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "start": "node index.js",
    "dev": "DEBUG=bp* node --watch index.js",
    "dev:perf": "DEBUG=bp-telemetry* node --watch index.js",
    "build": "tsc",
    "type-check": "tsc --noEmit",
    "lint": "oxlint src tests",
    "lint:fix": "oxlint src tests --fix",
    "format": "prettier --write '**/*.{html,js,ts,json,css,scss,jsx,flow,md,yml,yaml}'",
    "format:check": "prettier --check '**/*.{html,js,ts,json,css,scss,jsx,flow,md,yml,yaml}'",
    "check": "yarn type-check && yarn lint && yarn format:check",
    "test": "vitest run tests/fast",
    "test:all": "vitest run tests",
    "test:slow": "vitest run tests/slow",
    "test:watch": "vitest tests/fast",
    "test:coverage": "vitest run --coverage tests/fast",
    "test:ci": "yarn check && yarn test && yarn test:coverage",
    "changeset": "changeset",
    "version-packages": "changeset version",
    "release": "changeset publish",
    "compare": "tsx scripts/index.ts",
    "compare:list": "tsx scripts/index.ts list",
    "compare:test": "tsx scripts/index.ts test",
    "compare:top": "tsx scripts/index.ts top",
    "compare:advanced": "tsx scripts/index.ts compare",
    "perf:test": "tsx scripts/performance-test.ts",
    "prepack": "rm -rf build && yarn check && yarn build"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true,
    "arrowParens": "avoid"
  },
  "bin": {
    "package-stats": "./bin/cli.js"
  },
  "devDependencies": {
    "@changesets/cli": "^2.31.1",
    "@rsdoctor/rspack-plugin": "^1.6.0",
    "@types/autoprefixer": "^9.7.2",
    "@types/debug": "^4.1.12",
    "@types/escape-string-regexp": "^2.0.3",
    "@types/lodash": "^4.17.13",
    "@types/node": "^22.0.0",
    "@types/pify": "^6.1.0",
    "@types/rimraf": "^4.0.5",
    "@types/sanitize-filename": "^1.6.3",
    "@types/semver": "^7",
    "@types/server": "^1",
    "@types/yargs": "^17.0.34",
    "@vitest/coverage-v8": "^4.1.10",
    "@vitest/ui": "4.1.10",
    "dotenv": "^17.2.3",
    "husky": "^9.1.7",
    "oxlint": "^1.74.0",
    "p-series": "^2.1.0",
    "prettier": "^3.9.5",
    "pretty-quick": "^4.0.0",
    "semver": "^7.7.3",
    "typescript": "^7.0.2",
    "vitest": "4.1.10"
  },
  "dependencies": {
    "@babel/core": "^7.28.5",
    "@rspack/core": "^2.1.4",
    "autoprefixer": "^9.7.6",
    "css-loader": "^7.1.0",
    "debug": "^4.4.3",
    "esbuild": "^0.25.12",
    "escape-string-regexp": "^5.0.0",
    "fast-safe-stringify": "^2.1.1",
    "firebase-admin": "^13.6.0",
    "is-valid-npm-name": "^0.0.5",
    "less": "^4.4.2",
    "less-loader": "^12.2.0",
    "lodash": "^4.17.21",
    "mitt": "^3.0.1",
    "node-fetch": "^2.7.0",
    "np": "^10.0.5",
    "oxc-minify": "^0.140.0",
    "oxc-parser": "^0.96.0",
    "oxc-resolver": "^11.13.0",
    "oxc-walker": "^0.5.2",
    "p-queue": "^9.3.1",
    "pify": "^6.1.0",
    "postcss": "^8.4.0",
    "postcss-loader": "^8.1.0",
    "rimraf": "^6.1.0",
    "sanitize-filename": "^1.6.3",
    "sass": "^1.69.0",
    "sass-loader": "^14.0.0",
    "server": "^1.0.42",
    "svelte": "^4.0.0",
    "svelte-loader": "^3.1.0",
    "terser": "^5.44.0",
    "yargs": "^18.0.0"
  },
  "packageManager": "yarn@4.17.1",
  "resolutions": {
    "semver": "^7.7.3",
    "node-gyp": "^12.1.0"
  }
}
