kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
21 lines (20 loc) • 402 B
JSON
{
"name": "@kui-shell/plugin-test",
"version": "0.0.1",
"description": "A test plugin for the Kui",
"author": "Mengting Yan",
"license": "Apache-2.0",
"keywords": [
"kui",
"plugin",
"sample",
"example"
],
"main": "dist/plugin.js",
"dependencies": {
"@kui-shell/core": "file:/tmp/kui-packs/kui-shell-core.tgz"
},
"publishConfig": {
"access": "public"
}
}