{
  "name": "bundlemon-utils",
  "version": "2.0.1",
  "description": "",
  "keywords": [],
  "author": "Liron Er",
  "license": "MIT",
  "homepage": "https://github.com/LironEr/bundlemon.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/LironEr/bundlemon.git",
    "directory": "packages/bundlemon-utils"
  },
  "engines": {
    "node": ">=18"
  },
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "scripts": {},
  "dependencies": {
    "bytes": "^3.1.0"
  },
  "devDependencies": {
    "@types/bytes": "^3.1.0"
  },
  "type": "commonjs"
}