{
  "name": "grpc-gcp",
  "version": "1.0.1",
  "description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
  "main": "build/src/index.js",
  "scripts": {
    "build": "tsc && cp -r src/generated build/src/",
    "system-test": "c8 mocha test/integration/*.js --reporter spec --timeout 10000 --grpclib grpc && c8 mocha test/integration/*.js --reporter spec --timeout 10000 --grpclib @grpc/grpc-js",
    "test": "c8 mocha test/unit/*.js --reporter spec",
    "lint": "gts check src/**/*.ts",
    "fix": "gts fix",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoogleCloudPlatform/grpc-gcp-node.git"
  },
  "keywords": [
    "google",
    "grpc",
    "cloud",
    "gcp"
  ],
  "author": "Google Inc.",
  "license": "Apache-2.0",
  "types": "build/src/index.d.ts",
  "bugs": {
    "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues"
  },
  "homepage": "https://github.com/GoogleCloudPlatform/grpc-gcp-node#readme",
  "engines": {
    "node": ">=12"
  },
  "dependencies": {
    "@grpc/grpc-js": "^1.7.0"
  },
  "devDependencies": {
    "@grpc/proto-loader": "^0.7.0",
    "@google-cloud/spanner": "^6.0.0",
    "c8": "^7.7.2",
    "google-auth-library": "^8.0.0",
    "google-gax": "^3.0.0",
    "google-protobuf": "^3.17.1",
    "grpc": "^1.24.10",
    "grpc-tools": "^1.11.1",
    "gts": "^3.1.0",
    "mocha": "^9.2.2",
    "typescript": "^4.3.2"
  },
  "files": [
    "build/src"
  ]
}
