@thinkdeep/k8s-tag
Version:
K8s node client tag for processing yaml configurations in javascript code.
30 lines (29 loc) • 691 B
JSON
{
"name": "@thinkdeep/k8s-tag",
"version": "1.0.21",
"description": "K8s node client tag for processing yaml configurations in javascript code.",
"main": "src/k8s-tag.mjs",
"repository": "git@github.com:ThinkDeepTech/k8s-tag.git",
"author": "haydenmcp <hayden.mcparlane@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"tests": "mocha ./test/**/*.test.mjs ./test/*.test.mjs"
},
"dependencies": {
"@kubernetes/client-node": "0.15",
"yaml": "^1.10.2"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.3",
"sinon": "^12.0.1"
},
"keywords": [
"Kubernetes",
"K8s",
"Node",
"JavaScript",
"Client"
]
}