mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-20 06:49:25 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "setup-gcloud",
|
|
"version": "2.0.1",
|
|
"description": "Setup gcloud GitHub action",
|
|
"main": "dist/main/index.js",
|
|
"scripts": {
|
|
"build": "ncc build -m src/main.ts",
|
|
"format": "prettier --write **/*.ts",
|
|
"integration": "node --require ts-node/register --test-reporter spec --test tests/integration.test.ts",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"test": "node --require ts-node/register --test-reporter spec --test tests/setup-gcloud.test.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/google-github-actions/setup-gcloud"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"google cloud",
|
|
"gcloud",
|
|
"sdk",
|
|
"cloud sdk",
|
|
"setup"
|
|
],
|
|
"author": "GoogleCloudPlatform",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"@google-github-actions/actions-utils": "^0.7.0",
|
|
"@google-github-actions/setup-cloud-sdk": "^1.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.5",
|
|
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
"@typescript-eslint/parser": "^6.19.1",
|
|
"@vercel/ncc": "^0.38.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint": "^8.56.0",
|
|
"prettier": "^3.2.4",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|