kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
35 lines (34 loc) • 750 B
JSON
{
"name": "@kui-shell/plugin-operator-framework",
"version": "5.1.0",
"description": "Kui plugin for Operator Framework",
"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",
"kubernetes",
"openshift",
"operators"
],
"main": "dist/index.js",
"dependencies": {
"debug": "4.1.1",
"marked": "0.7.0"
},
"devDependencies": {
"@types/marked": "0.6.5"
},
"publishConfig": {
"access": "public"
},
"gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8"
}