@google-github-actions/setup-cloud-sdk
Version:
Utilities to download, install, and interact with the Cloud SDK for GitHub Actions
59 lines (58 loc) • 1.75 kB
JSON
{
"name": "@google-github-actions/setup-cloud-sdk",
"version": "1.2.0",
"description": "Utilities to download, install, and interact with the Cloud SDK for GitHub Actions",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/index.d.js",
"engines": {
"node": "20.x",
"npm": "10.x"
},
"scripts": {
"build": "rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts",
"lint": "eslint .",
"format": "eslint --fix",
"docs": "rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown",
"test": "node --require ts-node/register --test-reporter spec --test tests/download-util.test.ts tests/format-url.test.ts tests/index.test.ts"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/google-github-actions/setup-cloud-sdk.git"
},
"keywords": [
"Cloud SDK",
"google cloud",
"gcloud"
],
"author": "Google LLC",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.2.3",
"@actions/tool-cache": "^2.0.2",
"@google-github-actions/actions-utils": "^0.8.8",
"semver": "^7.7.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.31.0",
"@types/node": "^24.0.14",
"@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@vercel/ncc": "^0.38.3",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"eslint": "^9.31.0",
"prettier": "^3.6.2",
"ts-node": "^10.9.2",
"typedoc-plugin-markdown": "^4.7.0",
"typedoc": "^0.28.7",
"typescript-eslint": "^8.37.0",
"typescript": "^5.8.3"
}
}