{
  "name": "tfv",
  "version": "6.1.4",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "description": "Terraform & OpenTofu version manager",
  "main": "index.js",
  "scripts": {
    "postinstall": "node lib/utils/postInstall.js",
    "test": "jest --testPathPatterns=test/"
  },
  "bin": {
    "tfv": "index.js"
  },
  "keywords": [
    "Terraform",
    "OpenTofu",
    "version",
    "manager"
  ],
  "author": "Marcus Chukwuoma <marcus2cu@gmail.com> (https://github.com/marcdomain)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/marcdomain/tfv.git"
  },
  "dependencies": {
    "adm-zip": "^0.6.0",
    "yargs": "^17.2.1"
  },
  "devDependencies": {
    "jest": "^30.4.2"
  }
}
