43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"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": " node --require ts-node/register --test **/*.test.ts **/**/*.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.1",
|
|
"@actions/http-client": "^2.2.0",
|
|
"@google-github-actions/actions-utils": "^0.4.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.9.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"@vercel/ncc": "^0.38.1",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"prettier": "^3.1.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|