{
  "name": "@grucloud/example-azure-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-azure": "^13.2.5",
    "rubico": "1.9.6"
  }
}
