{
  "name": "@kubeasy-dev/kubeasy-cli",
  "version": "3.1.0",
  "description": "Command Line to interact with kubeasy.dev and challenges ",
  "main": "index.js",
  "scripts": {
    "postinstall": "node install.js",
    "preuninstall": "node uninstall.js",
    "prepare": "husky",
    "lint": "golangci-lint run --config .github/linters/.golangci.yml",
    "lint:fix": "golangci-lint run --config .github/linters/.golangci.yml --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kubeasy-dev/kubeasy-cli.git"
  },
  "keywords": [
    "kubernetes",
    "cli",
    "challenges"
  ],
  "author": "Paul Brissaud",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kubeasy-dev/kubeasy-cli/issues"
  },
  "homepage": "https://github.com/kubeasy-dev/kubeasy-cli#readme",
  "goBinary": {
    "name": "kubeasy",
    "path": "./bin",
    "url": "https://github.com/kubeasy-dev/kubeasy-cli/releases/download/v{{version}}/kubeasy-cli_v{{version}}_{{platform}}_{{arch}}.tar.gz"
  },
  "dependencies": {},
  "devDependencies": {
    "husky": "9.1.7",
    "lint-staged": "16.4.0",
    "prettier": "3.8.1"
  }
}
