UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

36 lines (35 loc) 787 B
{ "name": "@kui-shell/proxy", "version": "5.1.0", "description": "Kui package that offers a proxy server", "author": "Nick Mitchell", "license": "Apache-2.0", "bugs": { "url": "https://github.com/IBM/kui/issues/new" }, "repository": { "type": "git", "url": "git+https://github.com/IBM/kui.git" }, "keywords": [ "kui", "plugin" ], "bin": { "kui-build-proxy": "./build.sh", "kui-run-proxy": "./app/bin/run-proxy.sh" }, "scripts": { "build": "./build.sh", "postinstall": "if [ -d app ]; then cd app && npm ci; fi", "start": "./app/bin/run-proxy.sh" }, "kui": { "headless": false, "electron": false }, "publishConfig": { "access": "public" }, "gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8" }