{
  "name": "@panter/catladder",
  "author": "Marco Wettstein <maw@panter.ch>",
  "homepage": "https://git.panter.ch/catladder/catladder-shell#readme",
  "bugs": "https://git.panter.ch/catladder/catladder-shell/issues",
  "license": "MIT",
  "scripts": {
    "lint": "eslint \"src/**/*.ts\"",
    "lint:fix": "eslint \"src/**/*.ts\" --fix",
    "test": "npm run lint",
    "build": "tsc",
    "build:watch": "tsc -w",
    "semantic-release": "semantic-release"
  },
  "bin": {
    "catladder-legacy": "./bin/catladder",
    "catenv-legacy": "./bin/catenv.sh"
  },
  "dependencies": {
    "@bitwarden/cli": "^1.8.0",
    "@kubernetes/client-node": "^0.16.1",
    "child-process-promise": "^2.2.1",
    "clipboardy": "^2.2.0",
    "command-exists-promise": "^2.0.2",
    "common-tags": "^1.8.0",
    "dayjs": "^1.10.4",
    "fs-extra": "^7.0.1",
    "git-repo-name": "^1.0.1",
    "gitlab": "^4.4.1",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.11",
    "memoizee": "^0.4.14",
    "node-fetch": "^2.3.0",
    "open-editor": "^2.0.1",
    "open-in-editor": "^2.2.0",
    "opn": "^5.4.0",
    "tmp-promise": "^2.0.2",
    "update-notifier": "^2.5.0",
    "vorpal": "^1.12.0",
    "yargs": "^13.2.4",
    "yawn-yaml": "^1.3.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "devDependencies": {
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/gitlab": "^7.0.4",
    "@tsconfig/node14": "^1.0.1",
    "@types/common-tags": "^1.8.0",
    "@types/fs-extra": "^5.0.4",
    "@types/js-yaml": "^3.11.2",
    "@types/lodash": "^4.14.119",
    "@types/memoizee": "^0.4.2",
    "@types/node-fetch": "^2.1.4",
    "@types/opn": "^5.1.0",
    "@types/request": "^2.48.1",
    "@types/update-notifier": "^2.5.0",
    "@types/vorpal": "^1.12.0",
    "@types/websocket": "^0.0.40",
    "@types/yargs": "^13.0.0",
    "@typescript-eslint/eslint-plugin": "^5.8.0",
    "@typescript-eslint/parser": "^5.8.0",
    "eslint": "^8.5.0",
    "semantic-release": "^18.0.1",
    "typescript": "^4.5.4",
    "eslint-plugin-prettier": "^4.0.0"
  },
  "version": "4.0.3"
}
