{ "name": "@google-github-actions/auth", "version": "1.1.1", "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 . --ext .ts,.tsx", "format": "prettier --write **/*.ts", "test": "mocha -r ts-node/register -t 120s 'tests/**/*.test.ts'" }, "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.10.0", "@actions/http-client": "^2.1.0", "@google-github-actions/actions-utils": "^0.4.8" }, "devDependencies": { "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^20.4.1", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vercel/ncc": "^0.36.1", "chai": "^4.3.7", "eslint": "^8.44.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^5.0.0", "mocha": "^10.2.0", "prettier": "^3.0.0", "ts-node": "^10.9.1", "typescript": "^5.1.6" } }