{ "name": "@google-github-actions/auth", "version": "3.0.0", "description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.", "main": "dist/main/index.js", "scripts": { "build": "ncc build -m src/main.ts -o dist/main && ncc build -m src/post.ts -o dist/post", "lint": "eslint .", "format": "eslint . --fix", "test": "node --require ts-node/register --test-reporter spec --test tests/**/*.test.ts" }, "engines": { "node": ">= 24.x", "npm": ">= 11.x" }, "repository": { "type": "git", "url": "https://github.com/google-github-actions/auth" }, "keywords": [ "actions", "google cloud", "identity", "auth", "oidc" ], "author": "GoogleCloudPlatform", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.11.1", "@actions/http-client": "^2.2.3", "@google-github-actions/actions-utils": "^1.0.1" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.34.0", "@types/node": "^24.3.0", "@vercel/ncc": "^0.38.3", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "eslint": "^9.34.0", "prettier": "^3.6.2", "ts-node": "^10.9.2", "typescript-eslint": "^8.41.0", "@typescript-eslint/eslint-plugin": "^8.41.0", "typescript": "^5.9.2" } }