{
  "name": "@postman/client-diagnostics",
  "version": "0.2.0",
  "description": "CLI tool to diagnose network connectivity to all required Postman domains",
  "author": "Jelle Van de Velde <jelle.vandevelde@postman.com>",
  "license": "MIT",
  "type": "module",
  "bin": {
    "postman-client-diagnostics": "./dist/bin/postman-client-diagnostics.js"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepare": "tsc",
    "build": "tsc",
    "bundle": "esbuild dist/bin/postman-client-diagnostics.js --bundle --platform=node --target=node18 --outfile=dist/bundle.cjs",
    "build:sea": "bash sea/build.sh",
    "start": "npx ts-node src/bin/postman-client-diagnostics.ts",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/node": "^20.17.0",
    "@types/ws": "^8.5.0",
    "esbuild": "^0.25.0",
    "postject": "^1.0.0-alpha.6",
    "typescript": "^5.7.0",
    "vitest": "^4.0.18"
  }
}
