mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-05 23:34:45 +00:00
Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) from 1.1.3 to 2.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io) --- updated-dependencies: - dependency-name: "@actions/io" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"name": "setup-opentofu",
|
|
"version": "1.0.1",
|
|
"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": {
|
|
"@actions/core": "1.11.1",
|
|
"@actions/exec": "1.1.1",
|
|
"@actions/io": "2.0.0",
|
|
"@actions/tool-cache": "2.0.2",
|
|
"semver": "7.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "0.38.4",
|
|
"husky": "9.1.7",
|
|
"jest": "30.2.0",
|
|
"semistandard": "17.0.0"
|
|
},
|
|
"semistandard": {
|
|
"ignore": [
|
|
"**/dist/**"
|
|
]
|
|
}
|
|
}
|