{ "name": "setup-terraform", "version": "3.1.2", "description": "Setup Terraform CLI for GitHub Actions", "license": "MPL-2.0", "publisher": "hashicorp", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/hashicorp/setup-terraform.git" }, "scripts": { "test": "semistandard --env jest && jest --coverage", "lint": "semistandard --env jest --fix", "build": "ncc build wrapper/terraform.js --out wrapper/dist && ncc build index.js --out dist", "format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\"" }, "keywords": [], "author": "", "dependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.1", "@actions/io": "^2.0.0", "@actions/tool-cache": "^2.0.2", "@hashicorp/js-releases": "^1.7.5", "semver": "^7.7.3" }, "devDependencies": { "@vercel/ncc": "^0.38.4", "jest": "^30.2.0", "nock": "^14.0.10", "semistandard": "^17.0.0" }, "semistandard": { "ignore": [ "**/dist/**" ] } }