{
  "name": "@automattic/vip-go-internal-cli",
  "description": "Internal CLI tools for the VIP team at Automattic",
  "version": "5.1.5",
  "contributors": [
    "Nick Daugherty <ndaugherty987@gmail.com>",
    "Josh Betz <j@joshbetz.com>",
    "Mohammad Jangda <batmoo@gmail.com>"
  ],
  "keywords": [],
  "repository": "git@github.com:Automattic/vipgo-internal-cli.git",
  "license": "MIT",
  "files": [
    "build",
    "config/config.publish.json",
    "helpers/check-version.js"
  ],
  "engines": {
    "node": ">=22.12.0",
    "npm": ">=8.0.0"
  },
  "scripts": {
    "postinstall": "node ./helpers/check-version.js && rm -rf node_modules/@automattic/eslint-plugin-wpvip/node_modules/prettier",
    "prepare": "npm run build",
    "package:smoke": "node ./helpers/package-smoke.js",
    "clean": "rm -rf build/*",
    "build": "npm run clean && babel src --out-dir=build",
    "build:watch": "babel src --out-dir=build --watch --source-maps",
    "test": "npm run lint && npm run jest",
    "jest": "NODE_ENV=test IS_JEST=true jest --forceExit --runInBand --detectOpenHandles --silent",
    "jest:coverage": "npm run jest -- --coverage",
    "cmd:format": "prettier '**/*.(js|json|jsx|md|ts|tsx|yml|yaml)'",
    "cmd:lint": "eslint --quiet",
    "format": "npm run cmd:format -- --write",
    "format:check": "npm run cmd:format -- --check",
    "lint": "npm run cmd:lint .",
    "lint:fix": "npm run cmd:lint . -- --fix"
  },
  "main": "build/index.js",
  "bin": {
    "vipgo": "build/cmds/vipgo.js"
  },
  "dependencies": {
    "@automattic/node-tracks": "^0.6.1",
    "@automattic/vip-go-node-internal": "2.21.2",
    "@automattic/vip-search-replace": "^2.0.0",
    "async": "3.2.6",
    "aws-sdk": "^2.900.0",
    "bytes": "3.1.2",
    "cli-table": "^0.3.6",
    "cli-table3": "0.6.5",
    "colors": "1.4.0",
    "commander": "15.0.0",
    "debug": "4.4.3",
    "decompress": "^4.2.1",
    "deepmerge": "^4.3.1",
    "enquirer": "2.4.1",
    "fetch-socks": "^1.3.0",
    "log-update": "^8.0.0",
    "mcp-remote": "0.1.38",
    "mysql2": "^3.11.3",
    "pem": "^1.14.2",
    "progress": "^2.0.0",
    "promptly": "3.2.0",
    "semver": "7.8.5",
    "socks": "2.8.9",
    "socks-proxy-agent": "10.1.0",
    "throttle": "^1.0.3",
    "update-notifier": "^7.3.1",
    "which": "^7.0.0"
  },
  "devDependencies": {
    "@automattic/eslint-plugin-wpvip": "1.3.0",
    "@babel/cli": "8.0.1",
    "@babel/core": "8.0.1",
    "@babel/preset-env": "8.0.2",
    "jest": "30.4.2",
    "nock": "14.0.16",
    "prettier": "npm:wp-prettier@^3.0.0"
  },
  "overrides": {
    "node-fetch@^2.7.0": {
      "whatwg-url": "^14.0.0"
    },
    "undici": "^7.28.0"
  }
}
