kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
25 lines (24 loc) • 930 B
JSON
{
"name": "kui-base",
"version": "0.0.1",
"description": "The base of Kui client definition",
"scripts": {
"preinstall": "rm -rf node_modules package-lock.json; (cd ../../ && npm ci && npm run pack)",
"build:electron": "build() { npx --no-install kui-build-electron /tmp $1 Kui-base; }; build"
},
"author": "Mengting Yan",
"license": "Apache-2.0",
"main": "node_modules/@kui-shell/core/main/main.js",
"kui": {
"readme": "../../README.md"
},
"dependencies": {
"@kui-shell/core": "file:/tmp/kui-packs/kui-shell-core.tgz",
"@kui-shell/plugin-manager": "file:/tmp/kui-packs/kui-shell-plugin-manager.tgz",
"@kui-shell/plugin-tutorials": "file:/tmp/kui-packs/kui-shell-plugin-tutorials.tgz",
"@kui-shell/plugin-core-support": "file:/tmp/kui-packs/kui-shell-plugin-core-support.tgz"
},
"devDependencies": {
"@kui-shell/builder": "file:/tmp/kui-packs/kui-shell-builder.tgz"
}
}