{
  "name": "bruno-cli-bundle",
  "version": "2.1.0",
  "description": "Bundled version of @usebruno/cli",
  "author": "silverwind",
  "repository": {
    "type": "git",
    "url": "silverwind/bruno-cli-bundle"
  },
  "license": "BSD-2-Clause",
  "bin": {
    "bru": "dist/index.js",
    "bruno-cli-bundle": "dist/index.js"
  },
  "type": "module",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=24"
  },
  "devDependencies": {
    "@types/node": "26.5.1",
    "@types/yargs": "17.0.35",
    "@typescript/native-preview": "7.0.0-dev.20260707.2",
    "@usebruno/cli": "4.1.0",
    "chalk": "6.0.0",
    "eslint": "10.10.0",
    "eslint-config-silverwind": "148.0.0",
    "jest-extended": "7.0.0",
    "tsdown": "0.23.0",
    "tsdown-config-silverwind": "4.1.0",
    "typescript": "6.0.3",
    "typescript-config-silverwind": "20.0.4",
    "updates": "18.1.0",
    "updates-config-silverwind": "4.0.6",
    "versions": "15.4.0",
    "vitest": "5.0.0",
    "yargs": "18.1.0"
  }
}