{
  "name": "@cumulus/tf-inventory",
  "version": "22.4.1",
  "description": "Package to help keep track of what resources are managed by Terraform in the AWS account",
  "main": "index.js",
  "engines": {
    "node": ">=22.21.1"
  },
  "bin": {
    "tf-inventory": "./bin/cli.js"
  },
  "scripts": {
    "test": "../../node_modules/.bin/ava",
    "test:ci": "../../scripts/run_package_ci_unit.sh",
    "test:coverage": "../../node_modules/.bin/nyc npm test",
    "coverage": "python ../../scripts/coverage_handler/coverage.py"
  },
  "ava": {
    "files": [
      "tests/**"
    ],
    "failFast": true,
    "verbose": true,
    "timeout": "15m"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "Cumulus"
  ],
  "author": "Cumulus Authors",
  "license": "Apache-2.0",
  "dependencies": {
    "@cumulus/aws-client": "22.4.1",
    "commander": "^4.1.0",
    "lodash": "^4.18.1"
  },
  "devDependencies": {
    "@cumulus/common": "22.4.1"
  },
  "gitHead": "2bc21642e5c0fb2d548fa962f9112ddf5ccc12f2"
}
