{
  "name": "@cloudcommons/generator-cli",
  "version": "0.2.5",
  "description": "A generator to produce cloud common boilerplate code using Terraform",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha",
    "test:ci": "node node_modules/mocha/bin/mocha",
    "test:full": "node node_modules/mocha/bin/mocha ./test ./test/plan",
    "test:grep": "node node_modules/mocha/bin/mocha --grep cloudcommons/cli:azure-aks ./test ./test/plan"
  },
  "author": {
    "name": "Sergio Sisternes",
    "email": "sesispla@outlook.com",
    "url": "https://www.sesispla.net"
  },
  "homepage": "https://github.com/cloudcommons/generator-cli",
  "repository": "https://github.com/cloudcommons/generator-cli",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.20.0",
    "cidr-split": "^0.1.2",
    "debug": "^4.1.1",
    "ip-range-check": "^0.2.0",
    "yeoman-generator": "^4.4.0"
  },
  "devDependencies": {
    "@cloudcommons/terraform-assert": "^0.2.4",
    "chai": "^4.2.0",
    "fs-extra": "^9.0.0",
    "mocha": "^8.0.1",
    "mocha-multi-reporters": "^1.1.7",
    "rimraf": "^3.0.2",
    "yeoman-assert": "^3.1.1",
    "yeoman-test": "^3.0.0",
    "yo": "^3.1.1"
  }
}
