UNPKG

@kubeasy-dev/kubeasy-cli

Version:

Command Line to interact with kubeasy.dev and challenges

42 lines (41 loc) 1.15 kB
{ "name": "@kubeasy-dev/kubeasy-cli", "version": "2.3.1", "description": "Command Line to interact with kubeasy.dev and challenges ", "main": "index.js", "scripts": { "postinstall": "golang-npm install", "preuninstall": "golang-npm uninstall", "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://download.kubeasy.dev/kubeasy-cli/v{{version}}/kubeasy-cli_v{{version}}_{{platform}}_{{arch}}.tar.gz" }, "dependencies": { "golang-npm": "0.0.6" }, "devDependencies": { "husky": "9.1.7", "lint-staged": "16.2.7", "prettier": "3.7.4" } }