setup-gcloud/package.json
dependabot[bot] 7157361fae
chore(deps): bump @typescript-eslint/eslint-plugin from 2.20.0 to 2.34.0 (#348)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.20.0 to 2.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.34.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-02 10:18:43 -05: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.4.0",
"@actions/exec": "^1.0.3",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.6.1",
"@lifeomic/attempt": "^3.0.0",
"semver": "^7.1.3",
"tmp": "^0.1.0",
"typed-rest-client": "^1.8.4",
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/mocha": "^9.0.0",
"@types/node": "^13.7.4",
"@types/semver": "^7.1.0",
"@types/sinon": "^10.0.2",
"@types/tmp": "^0.1.0",
"@types/uuid": "^3.4.7",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.20.0",
"@zeit/ncc": "^0.21.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.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"
}
}