{
  "name": "@ppwcode/terraform-ppwcode-modules",
  "version": "6.2.0",
  "description": "A number of general Terraform modules",
  "keywords": [
    "Terraform",
    "AWS",
    "S3",
    "DNS",
    "Route53",
    "DNS-SD"
  ],
  "bin": {
    "domainversion": "./domain_version/js/index.js"
  },
  "homepage": "https://github.com/peopleware/terraform-ppwcode-modules",
  "repository": {
    "type": "git",
    "url": "https://github.com/peopleware/terraform-ppwcode-modules.git"
  },
  "bugs": "https://github.com/peopleware/terraform-ppwcode-modules/issues",
  "author": {
    "name": "Jan Dockx",
    "email": "<Jan_Dockx@peopleware.be>"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=6.10.3"
  },
  "dependencies": {
    "@ppwcode/node-gitinfo": "^2.3.0",
    "@toryt/contracts-iv": "^4.0.7",
    "commander": "^4.1.1",
    "moment": "^2.24.0",
    "pad": "^3.2.0",
    "pkginfo": "^0.4.1",
    "promise-all": "^1.0.0",
    "q": "^1.5.1"
  },
  "devDependencies": {
    "mocha": "^7.0.1",
    "npm-check": "^5.7.0",
    "nyc": "^15.0.0",
    "prettier-standard": "^16.1.0",
    "proxyquire": "^2.1.3",
    "sinon": "^8.1.1",
    "standard": "^14.3.1"
  },
  "nyc": {
    "check-coverage": true,
    "per-file": true,
    "lines": 100,
    "statements": 100,
    "functions": 100,
    "branches": 95,
    "reporter": [
      "html",
      "text"
    ],
    "exclude": [
      "**/test/**.js"
    ]
  },
  "scripts": {
    "pretest": "npm-check -i prettier-standard || exit 0",
    "test": "standard && nyc mocha domain_version/js/test/**",
    "preversion": "npm-check && standard && nyc mocha domain_version/js/test/**"
  }
}
