2023-10-05 01:14:33 +02:00
|
|
|
{
|
|
|
|
|
"name": "setup-opentofu",
|
2023-10-26 17:07:06 +02:00
|
|
|
"version": "1.0.1",
|
2023-10-05 01:14:33 +02:00
|
|
|
"description": "Setup OpenTofu CLI for GitHub Actions",
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"publisher": "OpenTofu",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/opentofu/setup-opentofu.git"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "semistandard --env jest && jest --coverage",
|
|
|
|
|
"lint": "semistandard --env jest --fix",
|
|
|
|
|
"build": "ncc build wrapper/tofu.js --out wrapper/dist && ncc build index.js --out dist",
|
|
|
|
|
"prepare": "husky install",
|
|
|
|
|
"format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\""
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"dependencies": {
|
2025-08-12 15:06:56 -03:00
|
|
|
"@actions/core": "1.11.1",
|
2023-10-09 22:40:24 +02:00
|
|
|
"@actions/exec": "1.1.1",
|
2025-11-03 21:09:44 +00:00
|
|
|
"@actions/io": "2.0.0",
|
2025-08-12 15:16:36 -03:00
|
|
|
"@actions/tool-cache": "2.0.2",
|
2025-10-14 09:12:51 -03:00
|
|
|
"semver": "7.7.3"
|
2023-10-05 01:14:33 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-24 08:22:01 -03:00
|
|
|
"@vercel/ncc": "0.38.4",
|
2025-08-12 15:11:09 -03:00
|
|
|
"husky": "9.1.7",
|
2025-10-01 04:50:45 -03:00
|
|
|
"jest": "30.2.0",
|
2023-10-09 22:40:24 +02:00
|
|
|
"semistandard": "17.0.0"
|
2023-10-05 01:14:33 +02:00
|
|
|
},
|
|
|
|
|
"semistandard": {
|
|
|
|
|
"ignore": [
|
|
|
|
|
"**/dist/**"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|