{
  "name": "bundlemon",
  "version": "3.1.0",
  "description": "Monitor your bundle size",
  "keywords": [
    "bundle",
    "size",
    "bundlesize",
    "monitor"
  ],
  "engines": {
    "node": ">=18"
  },
  "author": "Liron Er",
  "funding": "https://github.com/sponsors/LironEr",
  "license": "MIT",
  "homepage": "https://github.com/LironEr/bundlemon.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/LironEr/bundlemon.git"
  },
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "bin": {
    "bundlemon": "bin/bundlemon.js"
  },
  "scripts": {
    "bundlemon": "node -r @swc-node/register ./bin/bundlemon.ts"
  },
  "dependencies": {
    "axios": "^1.7.5",
    "axios-retry": "^4.5.0",
    "brotli-size": "^4.0.0",
    "bundlemon-utils": "^2.0.1",
    "bytes": "^3.1.2",
    "chalk": "^4.0.0",
    "commander": "^11.1.0",
    "cosmiconfig": "^8.3.6",
    "gzip-size": "^6.0.0",
    "micromatch": "^4.0.8",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@types/bytes": "^3.1.1",
    "@types/micromatch": "^4.0.2",
    "@types/node": "^14.0.0"
  },
  "type": "commonjs"
}