{
  "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": "4.6.2",
  "scripts": {
    "lint": "eslint \"src/**/*.ts\"",
    "lint:fix": "eslint \"src/**/*.ts\" --fix",
    "test": "yarn run lint",
    "build": "yarn build:compile && yarn build:inline-variables && yarn build:bundle",
    "build:inline-variables": "yarn babel --keep-file-extension --extensions \".ts,.js\" --config-file ./babel-inline.json dist --out-dir dist",
    "build:bundle": "./scripts/bundle",
    "build:compile": "yarn tsc && yarn tsc-alias",
    "dev:own-catenv": "cd ../ && node cli/bin/catenv-dev",
    "build:watch": "tsc-watch --onSuccess \"yarn dev:own-catenv\""
  },
  "bin": {
    "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": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.29.0",
    "@babel/plugin-syntax-typescript": "^7.28.6",
    "@gitbeaker/rest": "^39.28.0",
    "@inquirer/prompts": "^8.4.3",
    "@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-es": "^4.17.12",
    "@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/websocket": "^0.0.40",
    "@types/yargs": "^17.0.33",
    "babel-plugin-transform-inline-environment-variables": "^0.4.4",
    "child-process-promise": "^2.2.1",
    "clipboardy": "^2.0.0",
    "command-exists-promise": "^2.0.2",
    "commander": "^14.0.3",
    "common-tags": "^1.8.2",
    "connection-string-parser": "^1.0.4",
    "date-fns": "^3.6.0",
    "fs-extra": "^7.0.1",
    "lodash-es": "^4.18.1",
    "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.16",
    "tsc-watch": "^7.2.0",
    "typescript": "^5.4.5",
    "yaml": "^2.5.0"
  },
  "dependencies": {
    "tsx": "^4.21.0"
  }
}
