@grucloud/module-k8s-cert-manager
Version:
Grucloud module for the k8s cert-manager
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "@grucloud/example-module-k8s-certmanager",
"version": "13.2.5",
"description": "Example of the GruCloud module for the Kubernetes Cert Manager",
"main": "iac.js",
"private": true,
"scripts": {
"graph": "gc graph --title 'Cert Manager'",
"graph-live": "gc list --graph --title 'Cert Manager'",
"tree": "gc tree",
"gencode": "gc gencode",
"list": "gc list",
"plan": "gc plan",
"apply": "gc apply -f",
"destroy": "gc destroy -f",
"destroy-all": "gc destroy -f -a",
"onDeployed": "gc run --onDeployed",
"onDestroyed": "gc run --onDestroyed",
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grucloud/grucloud.git"
},
"keywords": [
"kubernetes",
"certmanager",
"grucloud"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/grucloud/grucloud/issues"
},
"homepage": "https://github.com/grucloud/grucloud#readme",
"dependencies": {
"@grucloud/core": "^13.2.5",
"@grucloud/module-k8s-crunchy-postgres": "^13.2.5",
"@grucloud/provider-k8s": "^13.2.5"
},
"devDependencies": {
"mocha": "10.2.0"
}
}