Files
Sanya 81d3765390
HashiCorp: Compliance / copywrite (push) Failing after 3s
Code Quality: Super-Linter / Super-Linter (push) Failing after 0s
Code Quality: TypeScript / Node.js (20.x) (push) Failing after 1h21m53s
GitHub Action: Self-Test / Test `setup-packer` (push) Failing after 1h22m9s
Upgraded axios (#172)
Co-authored-by: sanyaraj2424 <sanya@hashicorp.com>
2026-05-06 14:57:30 +05:30

37 lines
1006 B
JSON

{
"name": "setup-packer",
"version": "3.1.0",
"description": "A GitHub Action to install a specific version of HashiCorp Packer and add it to PATH.",
"keywords": [
"github-actions",
"hashicorp",
"packer"
],
"repository": {
"type": "git",
"url": "git@github.com:hashicorp/setup-packer.git"
},
"license": "Apache-2.0",
"author": "Kerim Satirli <kerim@hashicorp.com> & Jenna Goldstrich <jgoldstrich@hashicorp.com>",
"main": "dist/index.js",
"scripts": {
"build": "tsc && ncc build --no-cache",
"fmt": "prettier --write 'src/*.ts'",
"copywrite": "copywrite headers && copywrite license"
},
"dependencies": {
"@actions/core": "^2.0.3",
"@actions/http-client": "^3.0.2",
"@hashicorp/github-actions-core": "github:hashicorp/github-actions-core#v1.0.0"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/semver": "^7.5.8",
"typescript": "^5.5.4"
},
"overrides": {
"axios": "^1.15.0",
"undici": "6.24.0"
}
}