{
  "name": "stepzen",
  "description": "The StepZen CLI",
  "version": "0.59.0",
  "license": "MIT",
  "author": "Darren Waddell <darren@stepzen.com>",
  "contributors": [
    "Lucia Cerchie <lucia@stepzen.com"
  ],
  "homepage": "https://dashboard.ibm.stepzen.com/",
  "bin": {
    "stepzen": "./bin/run.js"
  },
  "main": "lib/index.js",
  "engines": {
    "node": ">=22.0"
  },
  "type": "module",
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "keywords": [
    "graphql"
  ],
  "dependencies": {
    "@oclif/core": "^4.10.5",
    "@oclif/plugin-help": "^6.2.43",
    "@oclif/plugin-plugins": "^5.4.59",
    "@oclif/plugin-version": "^2.2.41",
    "@segment/analytics-node": "^2.2.0",
    "@soluble/dsn-parser": "^1.7.5",
    "@stepzen/fetch": "0.59.0",
    "@stepzen/graphiql-proxy": "0.59.0",
    "@stepzen/sdk": "0.59.0",
    "@stepzen/transpiler": "0.59.0",
    "chalk": "^4.1.2",
    "chokidar": "^3.6.0",
    "compare-versions": "^6.1.1",
    "debug": "^4.3.7",
    "detect-port": "^1.6.1",
    "dotenv": "^16.4.7",
    "fs-extra": "^11.2.0",
    "glob": "^10.5.0",
    "graphql": "^16.9.0",
    "graphql-ws": "^5.16.0",
    "inquirer": "^8.2.6",
    "lodash-es": "^4.18.0",
    "prettier": "^2.8.3",
    "pretty-ms": "^7.0.1",
    "puka": "^1.0.1",
    "shelljs": "^0.8.5",
    "string-argv": "^0.3.2",
    "tty-table": "^4.2.3",
    "uuid": "^14.0.0",
    "ws": "^8.18.0",
    "yaml": "^2.6.1"
  },
  "devDependencies": {
    "@types/chai": "^4.3.20",
    "@types/debug": "^4.1.12",
    "@types/detect-port": "^1.3.5",
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^8.2.10",
    "@types/lodash-es": "^4.17.12",
    "@types/mocha": "^10.0.10",
    "@types/mock-fs": "^4.13.4",
    "@types/node-fetch": "^2.6.12",
    "@types/prettier": "^2.7.3",
    "@types/semver": "^7.5.8",
    "@types/shelljs": "^0.8.15",
    "@types/sinon-chai": "3.2.12",
    "@types/uuid": "^10.0.0",
    "@types/ws": "^8.5.13",
    "c8": "^10.1.3",
    "chai": "^4.5.0",
    "copyfiles": "^2.4.1",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.1",
    "eslint-config-oclif": "^5.2.2",
    "eslint-config-oclif-typescript": "^3.1.12",
    "eslint-config-prettier": "^9.1.0",
    "esmock": "^2.6.9",
    "fancy-test": "^1.4.10",
    "license-checker-evergreen": "^6.2.0",
    "mocha": "^10.8.2",
    "mock-fs": "^5.3.0",
    "nock": "^13.5.6",
    "nodemon": "^3.1.9",
    "oclif": "^4.22.96",
    "semver": "^7.6.3",
    "sinon": "^19.0.5",
    "sinon-chai": "^3.7.0",
    "strip-ansi": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "oclif": {
    "commands": "./lib/commands",
    "bin": "stepzen",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-version"
    ],
    "hooks": {
      "init": [
        "./lib/hooks/init/version"
      ],
      "prerun": [
        "./lib/hooks/prerun/check-upgrade",
        "./lib/hooks/prerun/ensure-config-file",
        "./lib/hooks/prerun/ensure-permissions"
      ]
    },
    "topicSeparator": " ",
    "additionalHelpFlags": [
      "-h"
    ],
    "additionalVersionFlags": [
      "-v"
    ]
  },
  "scripts": {
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "eslint . --ignore-path .prettierignore",
    "prepack": "oclif manifest && oclif readme",
    "test": "npm run build && cross-env STEPZEN_DISABLE_ANALYTICS=true STEPZEN_INTERACTIVE=true STEPZEN_SERVER_URL=https://test.stepzen.net NODE_NO_WARNINGS=1 TS_NODE_PROJECT='test/tsconfig.json' c8 mocha --forbid-only \"test/**/*.test.ts\"",
    "test:single:example": "npm run test:single -- test/src/shared/curl-parser.test.ts",
    "test:single": "npm run build && cross-env STEPZEN_DISABLE_ANALYTICS=true STEPZEN_INTERACTIVE=true STEPZEN_SERVER_URL=https://test.stepzen.net NODE_NO_WARNINGS=1 TS_NODE_PROJECT='test/tsconfig.json' mocha test/_global.test.ts",
    "clean": "rm -rf lib tsconfig.tsbuildinfo",
    "build": "tsc -b",
    "version": "oclif readme && git add README.md"
  },
  "types": "lib/index.d.ts",
  "overrides": {
    "@oclif/core": {
      "password-prompt": {
        "--comment--": "workaround for CVE-2022-25883",
        "cross-spawn": "^7.0.0"
      }
    },
    "@oclif/plugin-plugins": {
      "npm": "^11.0.0"
    },
    "cacheable-request": {
      "--comment--": "workaround for CVE-2022-25881",
      "http-cache-semantics": "^4.1.1"
    },
    "make-fetch-happen": {
      "--comment--": "workaround for CVE-2022-25881",
      "http-cache-semantics": "^4.1.1"
    },
    "--comment--": "workaround for CVE-2024-4067, CVE-2024-21538, CVE-2025-7783, CVE-2026-4800 and CVE-2026-33671",
    "micromatch": "^4.0.8",
    "cross-spawn": "^7.0.6",
    "lodash": "^4.18.0",
    "picomatch": "^4.0.4",
    "minimatch": {
      "brace-expansion": "^2.0.2"
    },
    "@oclif/plugin-version": {
      "@oclif/core": "^4.10.5"
    }
  },
  "gitHead": "5955103962ef0a75dcbaa5aee3bc0a09d7f1ca72"
}
