Built motion from commit 10af8726.|2.6.34
[motion2.git] / legacy-libs / grpc-gcp / package.json
1 {
2   "author": {
3     "name": "Google Inc."
4   },
5   "bugs": {
6     "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues"
7   },
8   "bundleDependencies": false,
9   "dependencies": {
10     "grpc": "^1.16.0",
11     "protobufjs": "^6.8.8"
12   },
13   "deprecated": false,
14   "description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
15   "devDependencies": {
16     "@grpc/proto-loader": "0.3.0",
17     "eslint": "5.9.0",
18     "eslint-config-prettier": "3.3.0",
19     "eslint-plugin-node": "8.0.0",
20     "eslint-plugin-prettier": "3.0.0",
21     "google-auth-library": "2.0.1",
22     "google-gax": "0.22.1",
23     "google-protobuf": "3.6.1",
24     "grpc-tools": "1.6.6",
25     "gts": "0.9.0",
26     "mocha": "5.2.0",
27     "nyc": "13.1.0",
28     "prettier": "1.15.2",
29     "typescript": "3.1.6"
30   },
31   "engines": {
32     "node": ">=6"
33   },
34   "files": [
35     "build/src"
36   ],
37   "homepage": "https://github.com/GoogleCloudPlatform/grpc-gcp-node#readme",
38   "keywords": [
39     "google",
40     "grpc",
41     "cloud",
42     "gcp"
43   ],
44   "license": "Apache-2.0",
45   "main": "build/src/index.js",
46   "name": "grpc-gcp",
47   "nyc": {
48     "exclude": [
49       "src/generated",
50       "test"
51     ]
52   },
53   "repository": {
54     "type": "git",
55     "url": "git+https://github.com/GoogleCloudPlatform/grpc-gcp-node.git"
56   },
57   "scripts": {
58     "build": "./codegen.sh && tsc && cp -r src/generated build/src/",
59     "check": "gts check",
60     "coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000",
61     "eslint": "eslint test/integration",
62     "fix": "gts fix",
63     "integration-tests": "mocha test/integration/*.js --reporter spec --timeout 10000",
64     "preintegration-tests": "npm run build",
65     "prettier": "prettier --write src/*.ts test/**/*.js",
66     "preunit-tests": "npm run build",
67     "unit-tests": "mocha test/unit/*.js --reporter spec"
68   },
69   "types": "build/src/index.d.ts",
70   "version": "0.1.1"
71 }