mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 14:19:24 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.7.4 to 16.6.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "setup-gcloud",
|
|
"version": "0.2.1",
|
|
"description": "Setup gcloud GitHub action",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "ncc build src/index.ts",
|
|
"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.4.0",
|
|
"@actions/exec": "^1.0.3",
|
|
"@actions/io": "^1.1.1",
|
|
"@actions/tool-cache": "^1.7.1",
|
|
"@lifeomic/attempt": "^3.0.0",
|
|
"semver": "^7.1.3",
|
|
"tmp": "^0.1.0",
|
|
"typed-rest-client": "^1.8.5",
|
|
"uuid": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.9",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^16.6.1",
|
|
"@types/semver": "^7.3.8",
|
|
"@types/sinon": "^10.0.2",
|
|
"@types/tmp": "^0.1.0",
|
|
"@types/uuid": "^8.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
"@typescript-eslint/parser": "^2.34.0",
|
|
"@zeit/ncc": "^0.22.3",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"husky": "^7.0.1",
|
|
"mocha": "^9.0.3",
|
|
"prettier": "^1.19.1",
|
|
"sinon": "^11.1.2",
|
|
"ts-node": "^8.6.2",
|
|
"typescript": "^3.8.2"
|
|
}
|
|
}
|