{
  "name": "tf-output",
  "version": "1.8.3",
  "description": "Fetch terraform output",
  "main": "index.js",
  "bin": {
    "tf-output": "bin/tf-output.js"
  },
  "scripts": {
    "test": "nyc --all ava",
    "posttest": "eslint .",
    "coverage": "nyc report --reporter=lcov",
    "postpublish": "git push --tags"
  },
  "author": "Doug Moscrop",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dougmoscrop/tf-output.git"
  },
  "keywords": [
    "terraform"
  ],
  "bugs": {
    "url": "https://github.com/dougmoscrop/tf-output/issues"
  },
  "homepage": "https://github.com/dougmoscrop/tf-output#readme",
  "devDependencies": {
    "ava": "^4.3.1",
    "coveralls": "^3.1.0",
    "eslint": "^8.21.0",
    "nyc": "^15.1.0",
    "proxyquire": "^2.0.1",
    "sinon": "^14.0.0"
  },
  "dependencies": {
    "yargs": "^15.0.2"
  },
  "nyc": {
    "exclude": [
      "bin/**",
      "test/**"
    ]
  },
  "contributors": [
    "Doug Moscrop <doug.moscrop@gmail.com> (https://github.com/dougmoscrop)",
    "Anthony Wikkerink <awikkeri@gmail.com> (https://github.com/awikkerink)",
    "Anton Bazhal (https://github.com/AntonBazhal)",
    "Jim Walkoski (https://github.com/JimD2L)"
  ],
  "engines": {
    "node": ">=8.0.0"
  }
}
