kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
24 lines (23 loc) • 460 B
JSON
{
"name": "@kui-shell/test",
"version": "5.1.0",
"description": "",
"license": "Apache-2.0",
"author": "Nick Mitchell",
"main": "dist/index.js",
"scripts": {
"test": "./bin/runMochaLayers.sh"
},
"bin": {
"kui-test": "./bin/runMochaLayers.sh"
},
"kui": {
"electron": false,
"proxy": false,
"webpack": false
},
"publishConfig": {
"access": "public"
},
"gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8"
}