UNPKG

kui-shell

Version:

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

35 lines (34 loc) 898 B
{ "name": "@kui-shell/builder", "version": "5.1.0", "description": "Kui plugin development helpers", "license": "Apache-2.0", "author": "Nick Mitchell", "bugs": { "url": "https://github.com/IBM/kui/issues/new" }, "repository": { "type": "git", "url": "git+https://github.com/IBM/kui.git" }, "bin": { "kui-build-headless": "./dist/headless/build.sh", "kui-build-electron": "./dist/electron/build.sh", "kui-init": "./build/kui-dist-init.js", "kui-compile": "./bin/compile.sh", "kui-prescan": "./bin/prescan.sh" }, "scripts": { "preinstall": "if [ ! -d build ]; then mkdir build; fi && touch ./build/kui-dist-init.js", "prepack": "chmod +x ./build/kui-dist-init.js" }, "kui": { "exclude": { "webpack": [] } }, "publishConfig": { "access": "public" }, "gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8" }