@kui-shell/plugin-core-support
Version:
Kui plugin offering core extensions such as help and screenshot commands
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "@kui-shell/plugin-core-support",
"version": "13.1.4",
"description": "Kui plugin offering core extensions such as help and screenshot commands",
"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": [
"Mengting Yan"
],
"main": "dist/index.js",
"typedocMain": "src/index.ts",
"module": "mdist/index.js",
"types": "mdist/index.d.ts",
"sideEffects": [
"*.css",
"*.scss"
],
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/tmp": "^0.2.3"
},
"dependencies": {
"@supercharge/promise-pool": "^2.3.2",
"debug": "^4.3.4",
"tmp": "^0.2.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b29e63be06520561abc7683f21381cf25db6d573",
"overrides": {
"colors": "1.40.0"
}
}