kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
42 lines (41 loc) • 862 B
JSON
{
"name": "@kui-shell/plugin-manager",
"version": "5.1.0",
"description": "Support for field installation of plugins",
"license": "Apache-2.0",
"author": "Nick Mitchell",
"homepage": "https://github.com/IBM/kui#readme",
"bugs": {
"url": "https://github.com/IBM/kui/issues/new"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IBM/kui.git"
},
"keywords": [
"kui",
"plugin"
],
"contributors": [
"Lionel Villard"
],
"main": "dist/index.js",
"dependencies": {
"fs-extra": "8.1.0",
"ora": "4.0.2",
"tmp": "0.1.0",
"which": "1.3.1"
},
"kui": {
"webpack": false,
"headless": false,
"proxy": false
},
"publishConfig": {
"access": "public"
},
"gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8",
"devDependencies": {
"@types/which": "1.3.2"
}
}