mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-20 19:39:26 +00:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "setup-gcloud",
|
|
"version": "0.6.0",
|
|
"description": "Setup gcloud GitHub action",
|
|
"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",
|
|
"test": "mocha -r ts-node/register -t 180s 'tests/*.test.ts'",
|
|
"format": "prettier --write **/*.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.6.0",
|
|
"@actions/tool-cache": "^1.7.1",
|
|
"@google-github-actions/actions-utils": "^0.1.2",
|
|
"@google-github-actions/setup-cloud-sdk": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.0",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/node": "^17.0.14",
|
|
"@types/sinon": "^10.0.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
|
"@typescript-eslint/parser": "^5.10.2",
|
|
"@vercel/ncc": "^0.33.1",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.8.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"mocha": "^9.2.0",
|
|
"prettier": "^2.5.1",
|
|
"sinon": "^13.0.1",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|