{
  "name": "@contrast/cli",
  "version": "1.66.0",
  "type": "module",
  "description": "A collection of agent related CLI utilities",
  "license": "SEE LICENSE IN LICENSE",
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
  "files": [
    "bin/",
    "lib/",
    "!*.test.*",
    "!tsconfig.*",
    "!*.map"
  ],
  "bin": {
    "config-diagnostics": "bin/config-diagnostics.mjs",
    "rewrite": "bin/rewrite.mjs",
    "system-diagnostics": "bin/system-diagnostics.mjs"
  },
  "engines": {
    "npm": ">=8.5.5",
    "node": ">=18.7.0"
  },
  "scripts": {
    "test": "bash ../scripts/test.sh"
  },
  "dependencies": {
    "@contrast/common": "1.42.0",
    "@contrast/config": "1.61.0",
    "@contrast/core": "1.66.0",
    "@contrast/find-package-json": "1.2.0",
    "@contrast/logger": "1.39.0",
    "@contrast/perf": "1.4.2",
    "@contrast/reporter": "1.65.0",
    "@contrast/rewriter": "1.43.0",
    "@contrast/scopes": "1.36.0",
    "@swc/core": "1.13.3",
    "commander": "9.5.0"
  }
}
