UNPKG

@grucloud/core

Version:

GruCloud core, generate infrastructure code

31 lines (30 loc) 718 B
{ "name": "@grucloud/example-k8s-template", "version": "13.2.5", "private": true, "description": "", "main": "index.js", "scripts": { "tree": "gc tree", "graph": "gc graph", "gencode": "gc gencode", "list": "gc list", "list-graph": "gc list -g", "plan": "gc plan", "apply": "gc apply -f", "destroy": "gc destroy -f", "onDeployed": "gc run --onDeployed", "onDestroyed": "gc run --onDestroyed", "test": "node test/iac.test.js" }, "author": "", "license": "ISC", "dependencies": { "@grucloud/core": "^13.2.5", "@grucloud/provider-k8s": "^13.2.5", "rubico": "1.9.6" }, "devDependencies": { "@grucloud/k8s-manifest2code": "^12.14.1" } }