setup-gcloud/package.json
dependabot[bot] d26c6044ff
chore(deps): bump typed-rest-client from 1.8.5 to 1.8.6 (#390)
Bumps [typed-rest-client](https://github.com/Microsoft/typed-rest-client) from 1.8.5 to 1.8.6.
- [Release notes](https://github.com/Microsoft/typed-rest-client/releases)
- [Commits](https://github.com/Microsoft/typed-rest-client/commits)

---
updated-dependencies:
- dependency-name: typed-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com>
2021-11-10 16:56:36 -08:00

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.6.0",
"@actions/exec": "^1.0.3",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.7.1",
"@lifeomic/attempt": "^3.0.0",
"semver": "^7.3.5",
"tmp": "^0.2.1",
"typed-rest-client": "^1.8.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.1",
"@types/semver": "^7.3.8",
"@types/sinon": "^10.0.2",
"@types/tmp": "^0.2.2",
"@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.3.4",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"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"
}
}