{
  "name": "@ibm-cloud/cd-tools",
  "version": "1.15.17",
  "description": "Tools and utilities for the IBM Cloud Continuous Delivery service and resources",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IBM/continuous-delivery-tools.git"
  },
  "keywords": [
    "ibm"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "IBM Corp.",
  "license": "Apache-2.0",
  "scripts": {
    "test": "mocha --require \"test/setup.js\" --retries 3 --parallel \"test/copy-toolchain/*.test.js\""
  },
  "dependencies": {
    "@cdktf/hcl2json": "^0.21.0",
    "axios": "^1.12.2",
    "axios-retry": "^4.5.0",
    "cli-table3": "^0.6.5",
    "commander": "^14.0.1",
    "json-to-tf": "^0.3.1",
    "ora": "^9.0.0",
    "papaparse": "^5.5.3",
    "strip-ansi": "^7.1.2"
  },
  "bin": {
    "cd-tools": "index.js"
  },
  "type": "module",
  "devDependencies": {
    "chai": "^6.2.0",
    "eslint": "^9.39.2",
    "mocha": "^11.7.4",
    "nconf": "^0.13.0",
    "node-pty": "^1.0.0"
  },
  "overrides": {
    "serialize-javascript": "^7.0.3"
  }
}
