{
  "name": "@catladder/cli",
  "description": "Panter cli tool for cloud CI/CD and DevOps",
  "author": "Marco Wettstein <maw@panter.ch>",
  "homepage": "https://catladder.git.panter.biz/catladder/docs",
  "bugs": "https://git.panter.ch/catladder/catladder/issues",
  "readme": "https://git.panter.ch/catladder/catladder/-/blob/main/cli/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://git.panter.ch/catladder/catladder.git",
    "directory": "cli"
  },
  "keywords": [
    "GitLab",
    "cloud",
    "cli",
    "gitlab-ci",
    "ci/cd",
    "pipeline",
    "deployment",
    "devops",
    "automation",
    "typescript"
  ],
  "contributors": [
    {
      "name": "Marco Wettstein",
      "email": "maw@panter.ch"
    },
    {
      "name": "Michael Leu",
      "email": "leu@panter.ch"
    },
    {
      "name": "Luboš Matejčík",
      "email": "lma@panter.ch"
    },
    {
      "name": "Kaspar Vollenweider",
      "email": "vok@panter.ch"
    },
    {
      "name": "Silvan Adrian",
      "email": "sia@panter.ch"
    },
    {
      "name": "Stefan Bakocs",
      "email": "stb@panter.ch"
    },
    {
      "name": "Lukas Brezina",
      "email": "brl@panter.ch"
    }
  ],
  "license": "MIT",
  "version": "3.11.0",
  "scripts": {
    "lint": "eslint \"src/**/*.ts\"",
    "lint:fix": "eslint \"src/**/*.ts\" --fix",
    "test": "yarn run lint",
    "build": "yarn build:compile && yarn build:bundle",
    "build:bundle": "./scripts/bundle",
    "build:compile": "yarn tsc && yarn tsc-alias",
    "build:watch": "yarn tsc -w"
  },
  "bin": {
    "catci": "./bin/catci",
    "catenv": "./bin/catenv",
    "catladder": "./bin/catladder"
  },
  "types": "dist/cli/src/index.d.ts",
  "main": "dist/cli/src/index.js",
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@gitbeaker/rest": "^39.28.0",
    "@kubernetes/client-node": "^0.16.2",
    "@tsconfig/node14": "^1.0.1",
    "@types/common-tags": "^1.8.4",
    "@types/fs-extra": "^5.0.4",
    "@types/lodash": "^4.17.7",
    "@types/memoizee": "^0.4.2",
    "@types/node-fetch": "^2.6.11",
    "@types/request": "^2.48.12",
    "@types/tmp": "^0.2.3",
    "@types/update-notifier": "^2.5.0",
    "@types/vorpal": "^1.12.0",
    "@types/websocket": "^0.0.40",
    "@types/yargs": "^17.0.33",
    "child-process-promise": "^2.2.1",
    "clipboardy": "^2.0.0",
    "command-exists-promise": "^2.0.2",
    "common-tags": "^1.8.2",
    "connection-string-parser": "^1.0.4",
    "date-fns": "^3.6.0",
    "fs-extra": "^7.0.1",
    "lodash": "^4.17.21",
    "memoizee": "^0.4.17",
    "node-fetch": "^2.3.0",
    "open": "^8.4.0",
    "prettier": "^3.3.3",
    "tmp-promise": "^2.0.2",
    "ts-results-es": "^4.2.0",
    "tsc-alias": "^1.8.10",
    "typescript": "^5.4.5",
    "vorpal": "^1.12.0",
    "yaml": "^2.5.0"
  },
  "dependencies": {
    "tsx": "^4.19.0"
  }
}
