kubecfg
Version:
Helper tool to configure environment variables for Kubectl
41 lines (40 loc) • 952 B
JSON
{
"name": "kubecfg",
"version": "2.0.1",
"description": "Helper tool to configure environment variables for Kubectl",
"main": "_output/kubecfg.js",
"bin": {
"kubecfg": "_output/run.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w --project ./src/tsconfig.json",
"run": "nodemon ./_output/test.js --delay .5"
},
"homepage": "https://github.com/jakkaj/kubecfg",
"author": {
"name": "Jordan Knight",
"email": "jakkaj@gmail.com",
"url": "https://github.com/jakkaj/kubecfg"
},
"repository": "https://github.com/jakkaj/kubecfg.git",
"license": "MIT",
"keywords": [
"Kubectl",
"Kubernetes",
"Environment",
"Configuration",
"Config"
],
"devDependencies": {
"@types/node": "^9.6.1",
"nodemon": "^1.17.3",
"typescript": "^2.8.1"
},
"dependencies": {
"commander": "^2.15.1",
"js-yaml": "^3.12.0",
"randomstring": "^1.1.5",
"walk": "^2.3.13"
}
}