{
  "name": "google-gax",
  "version": "1.15.4",
  "description": "Google API Extensions",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "files": [
    "build/src",
    "build/tools/compileProtos.js",
    "protos",
    "build/protos/operations.d.ts"
  ],
  "bin": {
    "compileProtos": "./build/tools/compileProtos.js"
  },
  "dependencies": {
    "@grpc/grpc-js": "~1.3.6",
    "@grpc/proto-loader": "^0.5.1",
    "@types/fs-extra": "^8.0.1",
    "@types/long": "^4.0.0",
    "abort-controller": "^3.0.0",
    "duplexify": "^3.6.0",
    "google-auth-library": "^5.0.0",
    "is-stream-ended": "^0.1.4",
    "lodash.at": "^4.6.0",
    "lodash.has": "^4.5.2",
    "node-fetch": "^2.6.0",
    "protobufjs": "^6.8.9",
    "retry-request": "^4.0.0",
    "semver": "^6.0.0",
    "walkdir": "^0.4.0"
  },
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.7",
    "@types/chai": "^4.1.3",
    "@types/lodash.at": "^4.6.4",
    "@types/lodash.has": "^4.5.4",
    "@types/mocha": "^7.0.0",
    "@types/ncp": "^2.0.1",
    "@types/node": "^10.3.2",
    "@types/node-fetch": "^2.5.4",
    "@types/proxyquire": "^1.3.28",
    "@types/pumpify": "^1.4.1",
    "@types/rimraf": "^2.0.2",
    "@types/semver": "^6.0.0",
    "@types/sinon": "^7.0.0",
    "@types/through2": "^2.0.33",
    "c8": "^7.0.0",
    "chai": "*",
    "codecov": "^3.1.0",
    "download": "^7.1.0",
    "eslint": "^6.0.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.0.0",
    "execa": "^4.0.0",
    "file-loader": "^5.0.0",
    "fs-extra": "^8.0.0",
    "google-proto-files": "^1.0.0",
    "gts": "^1.0.0",
    "is-docker": "^2.0.0",
    "json-loader": "^0.5.7",
    "karma": "^4.1.0",
    "karma-child-process": "^1.0.3",
    "karma-chrome-launcher": "^3.0.0",
    "karma-coverage": "^2.0.0",
    "karma-mocha": "^1.3.0",
    "karma-remap-coverage": "^0.1.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "linkinator": "^2.0.0",
    "mkdirp": "^0.5.1",
    "mocha": "^7.0.0",
    "ncp": "^2.0.0",
    "null-loader": "^3.0.0",
    "pegjs": "~0.10.0",
    "prettier": "^1.15.2",
    "proxyquire": "^2.0.1",
    "pumpify": "^2.0.0",
    "puppeteer": "^2.0.0",
    "rimraf": "^3.0.0",
    "sinon": "^9.0.0",
    "stream-events": "^1.0.4",
    "through2": "^3.0.0",
    "ts-loader": "^6.0.3",
    "typescript": "3.6.4",
    "webpack": "^4.34.0",
    "webpack-cli": "^3.3.4"
  },
  "scripts": {
    "docs": "compodoc src/",
    "gen-parser": "pegjs src/pathTemplateParser.pegjs",
    "pretest": "npm run prepare",
    "test": "c8 mocha build/test/unit",
    "lint": "gts check && eslint samples/*.js samples/**/*.js",
    "clean": "gts clean",
    "compile": "tsc -p . && cp src/*.json build/src && cp src/*.js build/src && cp -r test/fixtures build/test",
    "compile-protos": "pbjs -t json google/longrunning/operations.proto -p ./protos > protos/operations.json && pbjs -t json google/rpc/status.proto google/rpc/error_details.proto google/protobuf/any.proto -p ./protos > protos/status.json && pbjs -t static-module google/longrunning/operations.proto -p ./protos > protos/operations.js && pbts protos/operations.js -o protos/operations.d.ts",
    "fix": "gts fix && eslint --fix samples/*.js samples/**/*.js",
    "prepare": "npm run compile && node ./build/tools/prepublish.js && mkdirp build/protos && cp protos/operations.d.ts build/protos/",
    "system-test": "c8 mocha build/test/system-test --timeout 120000",
    "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
    "docs-test": "linkinator docs",
    "predocs-test": "npm run docs",
    "browser-test": "karma start",
    "prelint": "cd samples; npm link ../; npm i"
  },
  "repository": "googleapis/gax-nodejs",
  "keywords": [
    "grpc"
  ],
  "author": "Google API Authors",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/googleapis/gax-nodejs/issues"
  },
  "homepage": "https://github.com/googleapis/gax-nodejs#readme",
  "engines": {
    "node": ">=8.10.0"
  },
  "browser": "build/src/fallback.js"
}
